Html Css Color HEX #36029A Persian Indigo

📋 copy color: '#36029A'

red 54 ◦ green 2 ◦ blue 154

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

Shades of Persian Indigo #36029A

Tints of Persian Indigo #36029A

RGB

 RED value IS 54 (21.48% from 255) = 25.71%

 GREEN value IS 2 (1.17% from 255) = 0.95%

 BLUE value IS 154 (60.55% from 255) = 73.33%

R = 25.71%
G = 0.95%
B = 73.33%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#36029A (or 0x36029A) is known color: Persian Indigo. HEX triplet: 36, 02 and 9A. RGB value is (54,2,154). Sum of RGB (Red+Green+Blue) = 54+2+154=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 154 (60.55% from 255 or 73.33% from 210); Max value from RGB is 154 - color contains mainly: blue. Hex color #36029A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36029A is #C9FD65. Grayscale: #222222. Windows color (decimal): -13237606 or 10093110. OLE color: 10093110.

HSL color Cylindrical-coordinate representation of color #36029A: hue angle of 260.53º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36029A is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 2 154 -
CMYK 0.65 0.99 0 0.40
HSL 260.53º 0.97% 0.31% -
HSV(B) 260.53º 0.99% 0.6% -
XYZ 7.38 3.16 30.79 -
YUV 34.88 195.23 141.64 -
System Red Green Blue C M Y K H S L
Decimal 54 2 154 0.65 0.99 0 0.40 260.53 0.97 0.31
Hex 36 2 9A 41 63 0 28 105 61 1F
Octal 66 2 232 101 143 0 50 405 141 37
Binary 110110 10 10011010 1000001 1100011 0 101000 100000101 1100001 11111

Color Harmonies of #36029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36029A

Black with #36029A

Text Example


Text Example

White with #36029A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,2,154); }

 H1.HeaderClassName
 {
   color: #36029A;
 }
 .AnyTagClassName
 {
   color: #36029A;
 }
</style>

background-color css

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

 a { background-color: rgb(54,2,154); }

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

border-color css

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

 span { border-color: rgb(54,2,154); }

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