Html Css Color HEX #36109A Persian Indigo

📋 copy color: '#36109A'

red 54 ◦ green 16 ◦ blue 154

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

Shades of Persian Indigo #36109A

Tints of Persian Indigo #36109A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

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

R = 24.11%
G = 7.14%
B = 68.75%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#36109A (or 0x36109A) is known color: Persian Indigo. HEX triplet: 36, 10 and 9A. RGB value is (54,16,154). Sum of RGB (Red+Green+Blue) = 54+16+154=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 154 (60.55% from 255 or 68.75% from 224); Max value from RGB is 154 - color contains mainly: blue. Hex color #36109A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36109A is #C9EF65. Grayscale: #2A2A2A. Windows color (decimal): -13234022 or 10096694. OLE color: 10096694.

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

Color convert

RGB 54 16 154 -
CMYK 0.65 0.90 0 0.40
HSL 256.52º 0.81% 0.33% -
HSV(B) 256.52º 0.9% 0.6% -
XYZ 7.54 3.49 30.85 -
YUV 43.09 190.59 135.78 -
System Red Green Blue C M Y K H S L
Decimal 54 16 154 0.65 0.90 0 0.40 256.52 0.81 0.33
Hex 36 10 9A 41 5A 0 28 101 51 21
Octal 66 20 232 101 132 0 50 401 121 41
Binary 110110 10000 10011010 1000001 1011010 0 101000 100000001 1010001 100001

Color Harmonies of #36109A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36109A

Black with #36109A

Text Example


Text Example

White with #36109A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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