Html Css Color HEX #36069D Persian Indigo

📋 copy color: '#36069D'

red 54 ◦ green 6 ◦ blue 157

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

Shades of Persian Indigo #36069D

Tints of Persian Indigo #36069D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.76%

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

R = 24.88%
G = 2.76%
B = 72.35%

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

#36069D (or 0x36069D) is known color: Persian Indigo. HEX triplet: 36, 06 and 9D. RGB value is (54,6,157). Sum of RGB (Red+Green+Blue) = 54+6+157=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 157 (61.72% from 255 or 72.35% from 217); Max value from RGB is 157 - color contains mainly: blue. Hex color #36069D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36069D is #C9F962. Grayscale: #252525. Windows color (decimal): -13236579 or 10290742. OLE color: 10290742.

HSL color Cylindrical-coordinate representation of color #36069D: hue angle of 259.07º degrees, saturation: 0.93, 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 #36069D is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 6 157 -
CMYK 0.66 0.96 0 0.38
HSL 259.07º 0.93% 0.32% -
HSV(B) 259.07º 0.96% 0.62% -
XYZ 7.67 3.35 32.14 -
YUV 37.57 195.4 139.72 -
System Red Green Blue C M Y K H S L
Decimal 54 6 157 0.66 0.96 0 0.38 259.07 0.93 0.32
Hex 36 6 9D 42 60 0 26 103 5D 20
Octal 66 6 235 102 140 0 46 403 135 40
Binary 110110 110 10011101 1000010 1100000 0 100110 100000011 1011101 100000

Color Harmonies of #36069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36069D

Black with #36069D

Text Example


Text Example

White with #36069D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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