#23067A

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

Shades of Persian Indigo #23067A

Tints of Persian Indigo #23067A

Color information

#23067A (or 0x23067A) is unknown color: approx Persian Indigo. HEX triplet: 23, 06 and 7A. RGB value is (35,6,122). Sum of RGB (Red+Green+Blue) = 35+6+122=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 122 (48.05% from 255 or 74.85% from 163); Max value from RGB is 122 - color contains mainly: blue. Hex color #23067A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23067A is #DCF985. Grayscale: #1B1B1B. Windows color (decimal): -14481798 or 7996963. OLE color: 7996963.

HSL color Cylindrical-coordinate representation of color #23067A: hue angle of 255º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #23067A is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB356122-
CMYK0.710.9500.52
HSL255º90.62%25.1%-
HSV(B)255º95.08%47.84%-
XYZ4.271.8918.55-
YUV27.9181.11133.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.47%
GREEN value IS 6 (2.73% from 255) = 3.68%
BLUE value IS 122 (48.05% from 255) = 74.85%
R=21.47%
G=3.68%
B=74.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3561220.710.9500.5225590.6225.1
Hex2367A475F034ff5b19
Octal43617210713706437713331
Binary100011110111101010001111011111011010011111111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23067A; }

 p { color: rgb(35,6,122); }

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

<style>
 a { background-color: #23067A; }

 a { background-color: rgb(35,6,122); }

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

<style>
 span { border-color: #23067A; }

 span { border-color: rgb(35,6,122); }

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