#230D6F

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

Shades of Persian Indigo #230D6F

Tints of Persian Indigo #230D6F

Color information

#230D6F (or 0x230D6F) is unknown color: approx Persian Indigo. HEX triplet: 23, 0D and 6F. RGB value is (35,13,111). Sum of RGB (Red+Green+Blue) = 35+13+111=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 111 (43.75% from 255 or 69.81% from 159); Max value from RGB is 111 - color contains mainly: blue. Hex color #230D6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230D6F is #DCF290. Grayscale: #1E1E1E. Windows color (decimal): -14480017 or 7277859. OLE color: 7277859.

HSL color Cylindrical-coordinate representation of color #230D6F: hue angle of 253.47º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #230D6F is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3513111-
CMYK0.680.8800.56
HSL253.47º79.03%24.31%-
HSV(B)253.47º88.29%43.53%-
XYZ3.711.7915.19-
YUV30.75173.29131.03-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.01%
GREEN value IS 13 (5.47% from 255) = 8.18%
BLUE value IS 111 (43.75% from 255) = 69.81%
R=22.01%
G=8.18%
B=69.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35131110.680.8800.56253.4779.0324.31
Hex23D6F4458038fd4f18
Octal431515710413007037511730
Binary1000111101110111110001001011000011100011111101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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