Html Css Color HEX #36069A Persian Indigo

📋 copy color: '#36069A'

red 54 ◦ green 6 ◦ blue 154

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

Shades of Persian Indigo #36069A

Tints of Persian Indigo #36069A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 71.96%

R = 25.23%
G = 2.8%
B = 71.96%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#36069A (or 0x36069A) is known color: Persian Indigo. HEX triplet: 36, 06 and 9A. RGB value is (54,6,154). Sum of RGB (Red+Green+Blue) = 54+6+154=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 154 (60.55% from 255 or 71.96% from 214); Max value from RGB is 154 - color contains mainly: blue. Hex color #36069A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36069A is #C9F965. Grayscale: #242424. Windows color (decimal): -13236582 or 10094134. OLE color: 10094134.

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

Color convert

RGB 54 6 154 -
CMYK 0.65 0.96 0 0.40
HSL 259.46º 0.93% 0.31% -
HSV(B) 259.46º 0.96% 0.6% -
XYZ 7.42 3.25 30.81 -
YUV 37.22 193.9 139.97 -
System Red Green Blue C M Y K H S L
Decimal 54 6 154 0.65 0.96 0 0.40 259.46 0.93 0.31
Hex 36 6 9A 41 60 0 28 103 5C 1F
Octal 66 6 232 101 140 0 50 403 134 37
Binary 110110 110 10011010 1000001 1100000 0 101000 100000011 1011100 11111

Color Harmonies of #36069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36069A

Black with #36069A

Text Example


Text Example

White with #36069A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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