#230476

Color #230476 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #230476

Tints of Persian Indigo #230476

Color information

#230476 (or 0x230476) is unknown color: approx Persian Indigo. HEX triplet: 23, 04 and 76. RGB value is (35,4,118). Sum of RGB (Red+Green+Blue) = 35+4+118=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 118 (46.48% from 255 or 75.16% from 157); Max value from RGB is 118 - color contains mainly: blue. Hex color #230476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230476 is #DCFB89. Grayscale: #191919. Windows color (decimal): -14482314 or 7734307. OLE color: 7734307.

HSL color Cylindrical-coordinate representation of color #230476: hue angle of 256.32º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #230476 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB354118-
CMYK0.700.9700.54
HSL256.32º93.44%23.92%-
HSV(B)256.32º96.61%46.27%-
XYZ4.011.7517.27-
YUV26.26179.77134.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 22.29%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 118 (46.48% from 255) = 75.16%
R=22.29%
G=2.55%
B=75.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3541180.700.9700.54256.3293.4423.92
Hex2347646610361005d18
Octal43416610614106640013530
Binary1000111001110110100011011000010110110100000000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230476; }

 p { color: rgb(35,4,118); }

 H1.HeaderClassName
 {
   color: #230476;
 }
 .AnyTagClassName
 {
   color: #230476;
 }
</style>
background-color css

<style>
 a { background-color: #230476; }

 a { background-color: rgb(35,4,118); }

 div.DivClassName
 {
   background-color: #230476;
 }
 .BgClassName
 {
   background-color: #230476;
 }
</style>
border-color css

<style>
 span { border-color: #230476; }

 span { border-color: rgb(35,4,118); }

 td.TdClassName
 {
   border-color: #230476;
 }
 .TagClassName
 {
   border-color: #230476;
 }
</style>