#230C62

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

Shades of Persian Indigo #230C62

Tints of Persian Indigo #230C62

Color information

#230C62 (or 0x230C62) is unknown color: approx Persian Indigo. HEX triplet: 23, 0C and 62. RGB value is (35,12,98). Sum of RGB (Red+Green+Blue) = 35+12+98=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #230C62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230C62 is #DCF39D. Grayscale: #1C1C1C. Windows color (decimal): -14480286 or 6425635. OLE color: 6425635.

HSL color Cylindrical-coordinate representation of color #230C62: hue angle of 256.05º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #230C62 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB351298-
CMYK0.640.8800.62
HSL256.05º78.18%21.57%-
HSV(B)256.05º87.76%38.43%-
XYZ3.031.511.69-
YUV28.68167.12132.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.14%
GREEN value IS 12 (5.08% from 255) = 8.28%
BLUE value IS 98 (38.67% from 255) = 67.59%
R=24.14%
G=8.28%
B=67.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3512980.640.8800.62256.0578.1821.57
Hex23C62405803E1004e16
Octal431414210013007640011626
Binary10001111001100010100000010110000111110100000000100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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