Html Css Color HEX #23036E Persian Indigo

📋 copy color: '#23036E'

red 35 ◦ green 3 ◦ blue 110

#23036E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #23036E

Tints of Persian Indigo #23036E

RGB

 RED value IS 35 (14.06% from 255) = 23.65%

 GREEN value IS 3 (1.56% from 255) = 2.03%

 BLUE value IS 110 (43.36% from 255) = 74.32%

R = 23.65%
G = 2.03%
B = 74.32%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#23036E (or 0x23036E) is known color: Persian Indigo. HEX triplet: 23, 03 and 6E. RGB value is (35,3,110). Sum of RGB (Red+Green+Blue) = 35+3+110=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 110 (43.36% from 255 or 74.32% from 148); Max value from RGB is 110 - color contains mainly: blue. Hex color #23036E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23036E is #DCFC91. Grayscale: #181818. Windows color (decimal): -14482578 or 7209763. OLE color: 7209763.

HSL color Cylindrical-coordinate representation of color #23036E: hue angle of 257.94º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #23036E is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 35 3 110 -
CMYK 0.68 0.97 0 0.57
HSL 257.94º 0.95% 0.22% -
HSV(B) 257.94º 0.97% 0.43% -
XYZ 3.54 1.55 14.86 -
YUV 24.77 176.1 135.3 -
System Red Green Blue C M Y K H S L
Decimal 35 3 110 0.68 0.97 0 0.57 257.94 0.95 0.22
Hex 23 3 6E 44 61 0 39 102 5F 16
Octal 43 3 156 104 141 0 71 402 137 26
Binary 100011 11 1101110 1000100 1100001 0 111001 100000010 1011111 10110

Color Harmonies of #23036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23036E

Black with #23036E

Text Example


Text Example

White with #23036E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23036E; }

 p { color: rgb(35,3,110); }

 H1.HeaderClassName
 {
   color: #23036E;
 }
 .AnyTagClassName
 {
   color: #23036E;
 }
</style>

background-color css

<style>
 a { background-color: #23036E; }

 a { background-color: rgb(35,3,110); }

 div.DivClassName
 {
   background-color: #23036E;
 }
 .BgClassName
 {
   background-color: #23036E;
 }
</style>

border-color css

<style>
 span { border-color: #23036E; }

 span { border-color: rgb(35,3,110); }

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