#230466

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

Shades of Persian Indigo #230466

Tints of Persian Indigo #230466

Color information

#230466 (or 0x230466) is unknown color: approx Persian Indigo. HEX triplet: 23, 04 and 66. RGB value is (35,4,102). Sum of RGB (Red+Green+Blue) = 35+4+102=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 102 (40.23% from 255 or 72.34% from 141); Max value from RGB is 102 - color contains mainly: blue. Hex color #230466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230466 is #DCFB99. Grayscale: #181818. Windows color (decimal): -14482330 or 6685731. OLE color: 6685731.

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

Color convert

RGB354102-
CMYK0.660.9600.6
HSL258.98º92.45%20.78%-
HSV(B)258.98º96.08%40%-
XYZ3.131.412.68-
YUV24.44171.77135.53-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.82%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 102 (40.23% from 255) = 72.34%
R=24.82%
G=2.84%
B=72.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3541020.660.9600.6258.9892.4520.78
Hex23466426003C1035c15
Octal43414610214007440313425
Binary1000111001100110100001011000000111100100000011101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230466; }

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

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

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

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

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

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

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

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