Html Css Color HEX #36009A Persian Indigo

📋 copy color: '#36009A'

red 54 ◦ green 0 ◦ blue 154

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

Shades of Persian Indigo #36009A

Tints of Persian Indigo #36009A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25.96%
G = 0%
B = 74.04%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#36009A (or 0x36009A) is known color: Persian Indigo. HEX triplet: 36, 00 and 9A. RGB value is (54,0,154). Sum of RGB (Red+Green+Blue) = 54+0+154=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 154 (60.55% from 255 or 74.04% from 208); Max value from RGB is 154 - color contains mainly: blue. Hex color #36009A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36009A is #C9FF65. Grayscale: #212121. Windows color (decimal): -13238118 or 10092598. OLE color: 10092598.

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

Color convert

RGB 54 0 154 -
CMYK 0.65 1 0 0.40
HSL 261.04º 1% 0.3% -
HSV(B) 261.04º 1% 0.6% -
XYZ 7.35 3.12 30.79 -
YUV 33.7 195.89 142.48 -
System Red Green Blue C M Y K H S L
Decimal 54 0 154 0.65 1 0 0.40 261.04 1 0.3
Hex 36 0 9A 41 64 0 28 105 64 1E
Octal 66 0 232 101 144 0 50 405 144 36
Binary 110110 0 10011010 1000001 1100100 0 101000 100000101 1100100 11110

Color Harmonies of #36009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36009A

Black with #36009A

Text Example


Text Example

White with #36009A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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