#230066

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

Shades of Persian Indigo #230066

Tints of Persian Indigo #230066

Color information

#230066 (or 0x230066) is unknown color: approx Persian Indigo. HEX triplet: 23, 00 and 66. RGB value is (35,0,102). Sum of RGB (Red+Green+Blue) = 35+0+102=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 102 (40.23% from 255 or 74.45% from 137); Max value from RGB is 102 - color contains mainly: blue. Hex color #230066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230066 is #DCFF99. Grayscale: #151515. Windows color (decimal): -14483354 or 6684707. OLE color: 6684707.

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

Color convert

RGB350102-
CMYK0.66100.6
HSL260.59º100%20%-
HSV(B)260.59º100%40%-
XYZ3.091.3212.66-
YUV22.09173.1137.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 74.45%
R=25.55%
G=0%
B=74.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3501020.66100.6260.5910020
Hex23066426403C1056414
Octal43014610214407440514424
Binary10001101100110100001011001000111100100000101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230066; }

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

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

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

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

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

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

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

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