Html Css Color HEX #36037A Persian Indigo

📋 copy color: '#36037A'

red 54 ◦ green 3 ◦ blue 122

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

Shades of Persian Indigo #36037A

Tints of Persian Indigo #36037A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 68.16%

R = 30.17%
G = 1.68%
B = 68.16%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#36037A (or 0x36037A) is known color: Persian Indigo. HEX triplet: 36, 03 and 7A. RGB value is (54,3,122). Sum of RGB (Red+Green+Blue) = 54+3+122=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 122 (48.05% from 255 or 68.16% from 179); Max value from RGB is 122 - color contains mainly: blue. Hex color #36037A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36037A is #C9FC85. Grayscale: #1F1F1F. Windows color (decimal): -13237382 or 7996214. OLE color: 7996214.

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

Color convert

RGB 54 3 122 -
CMYK 0.56 0.98 0 0.52
HSL 265.71º 0.95% 0.25% -
HSV(B) 265.71º 0.98% 0.48% -
XYZ 5.07 2.25 18.58 -
YUV 31.82 178.9 143.82 -
System Red Green Blue C M Y K H S L
Decimal 54 3 122 0.56 0.98 0 0.52 265.71 0.95 0.25
Hex 36 3 7A 38 62 0 34 10A 5F 19
Octal 66 3 172 70 142 0 64 412 137 31
Binary 110110 11 1111010 111000 1100010 0 110100 100001010 1011111 11001

Color Harmonies of #36037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36037A

Black with #36037A

Text Example


Text Example

White with #36037A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,3,122); }

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

background-color css

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

 a { background-color: rgb(54,3,122); }

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

border-color css

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

 span { border-color: rgb(54,3,122); }

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