Html Css Color HEX #36079D Persian Indigo

📋 copy color: '#36079D'

red 54 ◦ green 7 ◦ blue 157

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

Shades of Persian Indigo #36079D

Tints of Persian Indigo #36079D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.21%

 BLUE value IS 157 (61.72% from 255) = 72.02%

R = 24.77%
G = 3.21%
B = 72.02%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36079D (or 0x36079D) is known color: Persian Indigo. HEX triplet: 36, 07 and 9D. RGB value is (54,7,157). Sum of RGB (Red+Green+Blue) = 54+7+157=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 157 (61.72% from 255 or 72.02% from 218); Max value from RGB is 157 - color contains mainly: blue. Hex color #36079D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36079D is #C9F862. Grayscale: #252525. Windows color (decimal): -13236323 or 10290998. OLE color: 10290998.

HSL color Cylindrical-coordinate representation of color #36079D: hue angle of 258.8º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #36079D is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 7 157 -
CMYK 0.66 0.96 0 0.38
HSL 258.8º 0.91% 0.32% -
HSV(B) 258.8º 0.96% 0.62% -
XYZ 7.68 3.37 32.14 -
YUV 38.15 195.07 139.3 -
System Red Green Blue C M Y K H S L
Decimal 54 7 157 0.66 0.96 0 0.38 258.8 0.91 0.32
Hex 36 7 9D 42 60 0 26 103 5B 20
Octal 66 7 235 102 140 0 46 403 133 40
Binary 110110 111 10011101 1000010 1100000 0 100110 100000011 1011011 100000

Color Harmonies of #36079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36079D

Black with #36079D

Text Example


Text Example

White with #36079D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36079D; }

 p { color: rgb(54,7,157); }

 H1.HeaderClassName
 {
   color: #36079D;
 }
 .AnyTagClassName
 {
   color: #36079D;
 }
</style>

background-color css

<style>
 a { background-color: #36079D; }

 a { background-color: rgb(54,7,157); }

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

border-color css

<style>
 span { border-color: #36079D; }

 span { border-color: rgb(54,7,157); }

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