#230B6F

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

Shades of Persian Indigo #230B6F

Tints of Persian Indigo #230B6F

Color information

#230B6F (or 0x230B6F) is unknown color: approx Persian Indigo. HEX triplet: 23, 0B and 6F. RGB value is (35,11,111). Sum of RGB (Red+Green+Blue) = 35+11+111=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 111 (43.75% from 255 or 70.70% from 157); Max value from RGB is 111 - color contains mainly: blue. Hex color #230B6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230B6F is #DCF490. Grayscale: #1D1D1D. Windows color (decimal): -14480529 or 7277347. OLE color: 7277347.

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

Color convert

RGB3511111-
CMYK0.680.9000.56
HSL254.4º81.97%23.92%-
HSV(B)254.4º90.09%43.53%-
XYZ3.681.7415.18-
YUV29.58173.95131.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.29%
GREEN value IS 11 (4.69% from 255) = 7.01%
BLUE value IS 111 (43.75% from 255) = 70.70%
R=22.29%
G=7.01%
B=70.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35111110.680.9000.56254.481.9723.92
Hex23B6F445A038fe5218
Octal431315710413207037612230
Binary1000111011110111110001001011010011100011111110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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