#23077B

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

Shades of Persian Indigo #23077B

Tints of Persian Indigo #23077B

Color information

#23077B (or 0x23077B) is unknown color: approx Persian Indigo. HEX triplet: 23, 07 and 7B. RGB value is (35,7,123). Sum of RGB (Red+Green+Blue) = 35+7+123=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 123 (48.44% from 255 or 74.55% from 165); Max value from RGB is 123 - color contains mainly: blue. Hex color #23077B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23077B is #DCF884. Grayscale: #1C1C1C. Windows color (decimal): -14481541 or 8062755. OLE color: 8062755.

HSL color Cylindrical-coordinate representation of color #23077B: hue angle of 254.48º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #23077B is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB357123-
CMYK0.720.9400.52
HSL254.48º89.23%25.49%-
HSV(B)254.48º94.31%48.24%-
XYZ4.341.9418.88-
YUV28.6181.28132.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.21%
GREEN value IS 7 (3.12% from 255) = 4.24%
BLUE value IS 123 (48.44% from 255) = 74.55%
R=21.21%
G=4.24%
B=74.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3571230.720.9400.52254.4889.2325.49
Hex2377B485E034fe5919
Octal43717311013606437613131
Binary100011111111101110010001011110011010011111110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23077B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,7,123); }

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

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

 a { background-color: rgb(35,7,123); }

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

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

 span { border-color: rgb(35,7,123); }

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