#230976

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

Shades of Persian Indigo #230976

Tints of Persian Indigo #230976

Color information

#230976 (or 0x230976) is unknown color: approx Persian Indigo. HEX triplet: 23, 09 and 76. RGB value is (35,9,118). Sum of RGB (Red+Green+Blue) = 35+9+118=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 118 (46.48% from 255 or 72.84% from 162); Max value from RGB is 118 - color contains mainly: blue. Hex color #230976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230976 is #DCF689. Grayscale: #1C1C1C. Windows color (decimal): -14481034 or 7735587. OLE color: 7735587.

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

Color convert

RGB359118-
CMYK0.700.9200.54
HSL254.31º85.83%24.9%-
HSV(B)254.31º92.37%46.27%-
XYZ4.061.8617.28-
YUV29.2178.11132.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.60%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 118 (46.48% from 255) = 72.84%
R=21.60%
G=5.56%
B=72.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3591180.700.9200.54254.3185.8324.9
Hex23976465C036fe5619
Octal431116610613406637612631
Binary1000111001111011010001101011100011011011111110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230976; }

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

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

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

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

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

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

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

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