Html Css Color HEX #36096B Persian Indigo

📋 copy color: '#36096B'

red 54 ◦ green 9 ◦ blue 107

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

Shades of Persian Indigo #36096B

Tints of Persian Indigo #36096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 62.94%

R = 31.76%
G = 5.29%
B = 62.94%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36096B (or 0x36096B) is known color: Persian Indigo. HEX triplet: 36, 09 and 6B. RGB value is (54,9,107). Sum of RGB (Red+Green+Blue) = 54+9+107=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 107 (42.19% from 255 or 62.94% from 170); Max value from RGB is 107 - color contains mainly: blue. Hex color #36096B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36096B is #C9F694. Grayscale: #212121. Windows color (decimal): -13235861 or 7014710. OLE color: 7014710.

HSL color Cylindrical-coordinate representation of color #36096B: hue angle of 267.55º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #36096B is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 9 107 -
CMYK 0.50 0.92 0 0.58
HSL 267.55º 0.84% 0.23% -
HSV(B) 267.55º 0.92% 0.42% -
XYZ 4.27 2.04 14.08 -
YUV 33.63 169.41 142.53 -
System Red Green Blue C M Y K H S L
Decimal 54 9 107 0.50 0.92 0 0.58 267.55 0.84 0.23
Hex 36 9 6B 32 5C 0 3A 10C 54 17
Octal 66 11 153 62 134 0 72 414 124 27
Binary 110110 1001 1101011 110010 1011100 0 111010 100001100 1010100 10111

Color Harmonies of #36096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36096B

Black with #36096B

Text Example


Text Example

White with #36096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36096B; }

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

 H1.HeaderClassName
 {
   color: #36096B;
 }
 .AnyTagClassName
 {
   color: #36096B;
 }
</style>

background-color css

<style>
 a { background-color: #36096B; }

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

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

border-color css

<style>
 span { border-color: #36096B; }

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

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