Html Css Color HEX #360472 Persian Indigo

📋 copy color: '#360472'

red 54 ◦ green 4 ◦ blue 114

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

Shades of Persian Indigo #360472

Tints of Persian Indigo #360472

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.33%

 BLUE value IS 114 (44.92% from 255) = 66.28%

R = 31.4%
G = 2.33%
B = 66.28%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#360472 (or 0x360472) is known color: Persian Indigo. HEX triplet: 36, 04 and 72. RGB value is (54,4,114). Sum of RGB (Red+Green+Blue) = 54+4+114=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #360472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360472 is #C9FB8D. Grayscale: #1F1F1F. Windows color (decimal): -13237134 or 7472182. OLE color: 7472182.

HSL color Cylindrical-coordinate representation of color #360472: hue angle of 267.27º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360472 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 4 114 -
CMYK 0.53 0.96 0 0.55
HSL 267.27º 0.93% 0.23% -
HSV(B) 267.27º 0.96% 0.45% -
XYZ 4.6 2.09 16.08 -
YUV 31.49 174.57 144.06 -
System Red Green Blue C M Y K H S L
Decimal 54 4 114 0.53 0.96 0 0.55 267.27 0.93 0.23
Hex 36 4 72 35 60 0 37 10B 5D 17
Octal 66 4 162 65 140 0 67 413 135 27
Binary 110110 100 1110010 110101 1100000 0 110111 100001011 1011101 10111

Color Harmonies of #360472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360472

Black with #360472

Text Example


Text Example

White with #360472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360472; }

 p { color: rgb(54,4,114); }

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

background-color css

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

 a { background-color: rgb(54,4,114); }

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

border-color css

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

 span { border-color: rgb(54,4,114); }

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