#230C6D

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

Shades of Persian Indigo #230C6D

Tints of Persian Indigo #230C6D

Color information

#230C6D (or 0x230C6D) is unknown color: approx Persian Indigo. HEX triplet: 23, 0C and 6D. RGB value is (35,12,109). Sum of RGB (Red+Green+Blue) = 35+12+109=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 109 (42.97% from 255 or 69.87% from 156); Max value from RGB is 109 - color contains mainly: blue. Hex color #230C6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230C6D is #DCF392. Grayscale: #1D1D1D. Windows color (decimal): -14480275 or 7146531. OLE color: 7146531.

HSL color Cylindrical-coordinate representation of color #230C6D: hue angle of 254.23º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230C6D is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3512109-
CMYK0.680.8900.57
HSL254.23º80.17%23.73%-
HSV(B)254.23º88.99%42.75%-
XYZ3.581.7214.61-
YUV29.94172.62131.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.44%
GREEN value IS 12 (5.08% from 255) = 7.69%
BLUE value IS 109 (42.97% from 255) = 69.87%
R=22.44%
G=7.69%
B=69.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal35121090.680.8900.57254.2380.1723.73
Hex23C6D4459039fe5018
Octal431415510413107137612030
Binary1000111100110110110001001011001011100111111110101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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