#230878

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

Shades of Persian Indigo #230878

Tints of Persian Indigo #230878

Color information

#230878 (or 0x230878) is unknown color: approx Persian Indigo. HEX triplet: 23, 08 and 78. RGB value is (35,8,120). Sum of RGB (Red+Green+Blue) = 35+8+120=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 120 (47.27% from 255 or 73.62% from 163); Max value from RGB is 120 - color contains mainly: blue. Hex color #230878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230878 is #DCF787. Grayscale: #1C1C1C. Windows color (decimal): -14481288 or 7866403. OLE color: 7866403.

HSL color Cylindrical-coordinate representation of color #230878: hue angle of 254.46º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230878 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB358120-
CMYK0.710.9300.53
HSL254.46º87.5%25.1%-
HSV(B)254.46º93.33%47.06%-
XYZ4.171.8917.91-
YUV28.84179.45132.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.47%
GREEN value IS 8 (3.52% from 255) = 4.91%
BLUE value IS 120 (47.27% from 255) = 73.62%
R=21.47%
G=4.91%
B=73.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3581200.710.9300.53254.4687.525.1
Hex23878475D035fe5819
Octal431017010713506537613031
Binary1000111000111100010001111011101011010111111110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230878; }

 p { color: rgb(35,8,120); }

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

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

 a { background-color: rgb(35,8,120); }

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

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

 span { border-color: rgb(35,8,120); }

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