#230D6B

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

Shades of Persian Indigo #230D6B

Tints of Persian Indigo #230D6B

Color information

#230D6B (or 0x230D6B) is unknown color: approx Persian Indigo. HEX triplet: 23, 0D and 6B. RGB value is (35,13,107). Sum of RGB (Red+Green+Blue) = 35+13+107=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 107 (42.19% from 255 or 69.03% from 155); Max value from RGB is 107 - color contains mainly: blue. Hex color #230D6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230D6B is #DCF294. Grayscale: #1D1D1D. Windows color (decimal): -14480021 or 7015715. OLE color: 7015715.

HSL color Cylindrical-coordinate representation of color #230D6B: hue angle of 254.04º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #230D6B is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3513107-
CMYK0.670.8800.58
HSL254.04º78.33%23.53%-
HSV(B)254.04º87.85%41.96%-
XYZ3.491.7114.06-
YUV30.29171.29131.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.58%
GREEN value IS 13 (5.47% from 255) = 8.39%
BLUE value IS 107 (42.19% from 255) = 69.03%
R=22.58%
G=8.39%
B=69.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35131070.670.8800.58254.0478.3323.53
Hex23D6B435803Afe4e18
Octal431515310313007237611630
Binary1000111101110101110000111011000011101011111110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,13,107); }

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

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

 a { background-color: rgb(35,13,107); }

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

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

 span { border-color: rgb(35,13,107); }

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