Html Css Color HEX #36089B Persian Indigo

📋 copy color: '#36089B'

red 54 ◦ green 8 ◦ blue 155

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

Shades of Persian Indigo #36089B

Tints of Persian Indigo #36089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.69%

 BLUE value IS 155 (60.94% from 255) = 71.43%

R = 24.88%
G = 3.69%
B = 71.43%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36089B (or 0x36089B) is known color: Persian Indigo. HEX triplet: 36, 08 and 9B. RGB value is (54,8,155). Sum of RGB (Red+Green+Blue) = 54+8+155=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 155 (60.94% from 255 or 71.43% from 217); Max value from RGB is 155 - color contains mainly: blue. Hex color #36089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36089B is #C9F764. Grayscale: #252525. Windows color (decimal): -13236069 or 10160182. OLE color: 10160182.

HSL color Cylindrical-coordinate representation of color #36089B: hue angle of 258.78º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #36089B is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 8 155 -
CMYK 0.65 0.95 0 0.39
HSL 258.78º 0.9% 0.32% -
HSV(B) 258.78º 0.95% 0.61% -
XYZ 7.52 3.32 31.26 -
YUV 38.51 193.74 139.05 -
System Red Green Blue C M Y K H S L
Decimal 54 8 155 0.65 0.95 0 0.39 258.78 0.9 0.32
Hex 36 8 9B 41 5F 0 27 103 5A 20
Octal 66 10 233 101 137 0 47 403 132 40
Binary 110110 1000 10011011 1000001 1011111 0 100111 100000011 1011010 100000

Color Harmonies of #36089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36089B

Black with #36089B

Text Example


Text Example

White with #36089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,8,155); }

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

background-color css

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

 a { background-color: rgb(54,8,155); }

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

border-color css

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

 span { border-color: rgb(54,8,155); }

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