#23006A

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

Shades of Persian Indigo #23006A

Tints of Persian Indigo #23006A

Color information

#23006A (or 0x23006A) is unknown color: approx Persian Indigo. HEX triplet: 23, 00 and 6A. RGB value is (35,0,106). Sum of RGB (Red+Green+Blue) = 35+0+106=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 106 (41.80% from 255 or 75.18% from 141); Max value from RGB is 106 - color contains mainly: blue. Hex color #23006A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23006A is #DCFF95. Grayscale: #161616. Windows color (decimal): -14483350 or 6946851. OLE color: 6946851.

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

Color convert

RGB350106-
CMYK0.67100.58
HSL259.81º100%20.78%-
HSV(B)259.81º100%41.57%-
XYZ3.291.413.73-
YUV22.55175.1136.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 75.18%
R=24.82%
G=0%
B=75.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3501060.67100.58259.8110020.78
Hex2306A436403A1046415
Octal43015210314407240414425
Binary10001101101010100001111001000111010100000100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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