#230A62

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

Shades of Persian Indigo #230A62

Tints of Persian Indigo #230A62

Color information

#230A62 (or 0x230A62) is unknown color: approx Persian Indigo. HEX triplet: 23, 0A and 62. RGB value is (35,10,98). Sum of RGB (Red+Green+Blue) = 35+10+98=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 98 (38.67% from 255 or 68.53% from 143); Max value from RGB is 98 - color contains mainly: blue. Hex color #230A62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230A62 is #DCF59D. Grayscale: #1B1B1B. Windows color (decimal): -14480798 or 6425123. OLE color: 6425123.

HSL color Cylindrical-coordinate representation of color #230A62: hue angle of 257.05º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #230A62 is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB351098-
CMYK0.640.9000.62
HSL257.05º81.48%21.18%-
HSV(B)257.05º89.8%38.43%-
XYZ3.011.4611.68-
YUV27.51167.78133.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.48%
GREEN value IS 10 (4.30% from 255) = 6.99%
BLUE value IS 98 (38.67% from 255) = 68.53%
R=24.48%
G=6.99%
B=68.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3510980.640.9000.62257.0581.4821.18
Hex23A62405A03E1015115
Octal431214210013207640112125
Binary10001110101100010100000010110100111110100000001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230A62; }

 p { color: rgb(35,10,98); }

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

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

 a { background-color: rgb(35,10,98); }

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

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

 span { border-color: rgb(35,10,98); }

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