Html Css Color HEX #360474 Persian Indigo

📋 copy color: '#360474'

red 54 ◦ green 4 ◦ blue 116

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

Shades of Persian Indigo #360474

Tints of Persian Indigo #360474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 66.67%

R = 31.03%
G = 2.3%
B = 66.67%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#360474 (or 0x360474) is known color: Persian Indigo. HEX triplet: 36, 04 and 74. RGB value is (54,4,116). Sum of RGB (Red+Green+Blue) = 54+4+116=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 116 (45.70% from 255 or 66.67% from 174); Max value from RGB is 116 - color contains mainly: blue. Hex color #360474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360474 is #C9FB8B. Grayscale: #1F1F1F. Windows color (decimal): -13237132 or 7603254. OLE color: 7603254.

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

Color convert

RGB 54 4 116 -
CMYK 0.53 0.97 0 0.55
HSL 266.79º 0.93% 0.24% -
HSV(B) 266.79º 0.97% 0.45% -
XYZ 4.72 2.13 16.69 -
YUV 31.72 175.57 143.89 -
System Red Green Blue C M Y K H S L
Decimal 54 4 116 0.53 0.97 0 0.55 266.79 0.93 0.24
Hex 36 4 74 35 61 0 37 10B 5D 18
Octal 66 4 164 65 141 0 67 413 135 30
Binary 110110 100 1110100 110101 1100001 0 110111 100001011 1011101 11000

Color Harmonies of #360474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360474

Black with #360474

Text Example


Text Example

White with #360474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360474; }

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

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

background-color css

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

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

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

border-color css

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

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

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