#23026B

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

Shades of Persian Indigo #23026B

Tints of Persian Indigo #23026B

Color information

#23026B (or 0x23026B) is unknown color: approx Persian Indigo. HEX triplet: 23, 02 and 6B. RGB value is (35,2,107). Sum of RGB (Red+Green+Blue) = 35+2+107=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 107 (42.19% from 255 or 74.31% from 144); Max value from RGB is 107 - color contains mainly: blue. Hex color #23026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23026B is #DCFD94. Grayscale: #171717. Windows color (decimal): -14482837 or 7012899. OLE color: 7012899.

HSL color Cylindrical-coordinate representation of color #23026B: hue angle of 258.86º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #23026B is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB352107-
CMYK0.670.9800.58
HSL258.86º96.33%21.37%-
HSV(B)258.86º98.13%41.96%-
XYZ3.371.4614.01-
YUV23.84174.93135.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.31%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 107 (42.19% from 255) = 74.31%
R=24.31%
G=1.39%
B=74.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3521070.670.9800.58258.8696.3321.37
Hex2326B436203A1036015
Octal43215310314207240314025
Binary100011101101011100001111000100111010100000011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23026B; }

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

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

<style>
 a { background-color: #23026B; }

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

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

<style>
 span { border-color: #23026B; }

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

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