#23007A

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

Shades of Persian Indigo #23007A

Tints of Persian Indigo #23007A

Color information

#23007A (or 0x23007A) is unknown color: approx Persian Indigo. HEX triplet: 23, 00 and 7A. RGB value is (35,0,122). Sum of RGB (Red+Green+Blue) = 35+0+122=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 122 (48.05% from 255 or 77.71% from 157); Max value from RGB is 122 - color contains mainly: blue. Hex color #23007A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23007A is #DCFF85. Grayscale: #171717. Windows color (decimal): -14483334 or 7995427. OLE color: 7995427.

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

Color convert

RGB350122-
CMYK0.71100.52
HSL257.21º100%23.92%-
HSV(B)257.21º100%47.84%-
XYZ4.211.7618.53-
YUV24.37183.1135.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 77.71%
R=22.29%
G=0%
B=77.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3501220.71100.52257.2110023.92
Hex2307A47640341016418
Octal43017210714406440114430
Binary10001101111010100011111001000110100100000001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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