Html Css Color HEX #36069B Persian Indigo

📋 copy color: '#36069B'

red 54 ◦ green 6 ◦ blue 155

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

Shades of Persian Indigo #36069B

Tints of Persian Indigo #36069B

RGB

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

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

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

R = 25.12%
G = 2.79%
B = 72.09%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36069B (or 0x36069B) is known color: Persian Indigo. HEX triplet: 36, 06 and 9B. RGB value is (54,6,155). Sum of RGB (Red+Green+Blue) = 54+6+155=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 155 (60.94% from 255 or 72.09% from 215); Max value from RGB is 155 - color contains mainly: blue. Hex color #36069B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36069B is #C9F964. Grayscale: #242424. Windows color (decimal): -13236581 or 10159670. OLE color: 10159670.

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

Color convert

RGB 54 6 155 -
CMYK 0.65 0.96 0 0.39
HSL 259.33º 0.93% 0.32% -
HSV(B) 259.33º 0.96% 0.61% -
XYZ 7.5 3.28 31.25 -
YUV 37.34 194.4 139.88 -
System Red Green Blue C M Y K H S L
Decimal 54 6 155 0.65 0.96 0 0.39 259.33 0.93 0.32
Hex 36 6 9B 41 60 0 27 103 5D 20
Octal 66 6 233 101 140 0 47 403 135 40
Binary 110110 110 10011011 1000001 1100000 0 100111 100000011 1011101 100000

Color Harmonies of #36069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36069B

Black with #36069B

Text Example


Text Example

White with #36069B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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