Html Css Color HEX #36147F Persian Indigo

📋 copy color: '#36147F'

red 54 ◦ green 20 ◦ blue 127

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

Shades of Persian Indigo #36147F

Tints of Persian Indigo #36147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.95%

 BLUE value IS 127 (50% from 255) = 63.18%

R = 26.87%
G = 9.95%
B = 63.18%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#36147F (or 0x36147F) is known color: Persian Indigo. HEX triplet: 36, 14 and 7F. RGB value is (54,20,127). Sum of RGB (Red+Green+Blue) = 54+20+127=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 127 (50% from 255 or 63.18% from 201); Max value from RGB is 127 - color contains mainly: blue. Hex color #36147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36147F is #C9EB80. Grayscale: #292929. Windows color (decimal): -13233025 or 8328246. OLE color: 8328246.

HSL color Cylindrical-coordinate representation of color #36147F: hue angle of 259.07º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36147F is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 20 127 -
CMYK 0.57 0.84 0 0.50
HSL 259.07º 0.73% 0.29% -
HSV(B) 259.07º 0.84% 0.5% -
XYZ 5.6 2.82 20.33 -
YUV 42.36 175.76 136.3 -
System Red Green Blue C M Y K H S L
Decimal 54 20 127 0.57 0.84 0 0.50 259.07 0.73 0.29
Hex 36 14 7F 39 54 0 32 103 49 1D
Octal 66 24 177 71 124 0 62 403 111 35
Binary 110110 10100 1111111 111001 1010100 0 110010 100000011 1001001 11101

Color Harmonies of #36147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36147F

Black with #36147F

Text Example


Text Example

White with #36147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36147F; }

 p { color: rgb(54,20,127); }

 H1.HeaderClassName
 {
   color: #36147F;
 }
 .AnyTagClassName
 {
   color: #36147F;
 }
</style>

background-color css

<style>
 a { background-color: #36147F; }

 a { background-color: rgb(54,20,127); }

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

border-color css

<style>
 span { border-color: #36147F; }

 span { border-color: rgb(54,20,127); }

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