#230966

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

Shades of Persian Indigo #230966

Tints of Persian Indigo #230966

Color information

#230966 (or 0x230966) is unknown color: approx Persian Indigo. HEX triplet: 23, 09 and 66. RGB value is (35,9,102). Sum of RGB (Red+Green+Blue) = 35+9+102=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 102 (40.23% from 255 or 69.86% from 146); Max value from RGB is 102 - color contains mainly: blue. Hex color #230966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230966 is #DCF699. Grayscale: #1B1B1B. Windows color (decimal): -14481050 or 6687011. OLE color: 6687011.

HSL color Cylindrical-coordinate representation of color #230966: hue angle of 256.77º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230966 is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB359102-
CMYK0.660.9100.6
HSL256.77º83.78%21.76%-
HSV(B)256.77º91.18%40%-
XYZ3.191.5112.69-
YUV27.38170.11133.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.97%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 102 (40.23% from 255) = 69.86%
R=23.97%
G=6.16%
B=69.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3591020.660.9100.6256.7783.7821.76
Hex23966425B03C1015416
Octal431114610213307440112426
Binary10001110011100110100001010110110111100100000001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230966; }

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

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

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

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

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

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

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

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