Html Css Color HEX #36097D Persian Indigo

📋 copy color: '#36097D'

red 54 ◦ green 9 ◦ blue 125

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

Shades of Persian Indigo #36097D

Tints of Persian Indigo #36097D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.79%

 BLUE value IS 125 (49.22% from 255) = 66.49%

R = 28.72%
G = 4.79%
B = 66.49%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36097D (or 0x36097D) is known color: Persian Indigo. HEX triplet: 36, 09 and 7D. RGB value is (54,9,125). Sum of RGB (Red+Green+Blue) = 54+9+125=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #36097D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36097D is #C9F682. Grayscale: #232323. Windows color (decimal): -13235843 or 8194358. OLE color: 8194358.

HSL color Cylindrical-coordinate representation of color #36097D: hue angle of 263.28º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #36097D is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 9 125 -
CMYK 0.57 0.93 0 0.51
HSL 263.28º 0.87% 0.26% -
HSV(B) 263.28º 0.93% 0.49% -
XYZ 5.32 2.46 19.6 -
YUV 35.68 178.41 141.07 -
System Red Green Blue C M Y K H S L
Decimal 54 9 125 0.57 0.93 0 0.51 263.28 0.87 0.26
Hex 36 9 7D 39 5D 0 33 107 57 1A
Octal 66 11 175 71 135 0 63 407 127 32
Binary 110110 1001 1111101 111001 1011101 0 110011 100000111 1010111 11010

Color Harmonies of #36097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36097D

Black with #36097D

Text Example


Text Example

White with #36097D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,9,125); }

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

background-color css

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

 a { background-color: rgb(54,9,125); }

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

border-color css

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

 span { border-color: rgb(54,9,125); }

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