#230F6E

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

Shades of Persian Indigo #230F6E

Tints of Persian Indigo #230F6E

Color information

#230F6E (or 0x230F6E) is unknown color: approx Persian Indigo. HEX triplet: 23, 0F and 6E. RGB value is (35,15,110). Sum of RGB (Red+Green+Blue) = 35+15+110=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 15 (6.25% from 255 or 9.38% from 160); Blue value is 110 (43.36% from 255 or 68.75% from 160); Max value from RGB is 110 - color contains mainly: blue. Hex color #230F6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230F6E is #DCF091. Grayscale: #1F1F1F. Windows color (decimal): -14479506 or 7212835. OLE color: 7212835.

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

Color convert

RGB3515110-
CMYK0.680.8600.57
HSL252.63º76%24.51%-
HSV(B)252.63º86.36%43.14%-
XYZ3.681.8214.91-
YUV31.81172.13130.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.88%
GREEN value IS 15 (6.25% from 255) = 9.38%
BLUE value IS 110 (43.36% from 255) = 68.75%
R=21.88%
G=9.38%
B=68.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal35151100.680.8600.57252.637624.51
Hex23F6E4456039fd4c19
Octal431715610412607137511431
Binary1000111111110111010001001010110011100111111101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,15,110); }

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

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

 a { background-color: rgb(35,15,110); }

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

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

 span { border-color: rgb(35,15,110); }

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