Html Css Color HEX #360464 Persian Indigo

📋 copy color: '#360464'

red 54 ◦ green 4 ◦ blue 100

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

Shades of Persian Indigo #360464

Tints of Persian Indigo #360464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 63.29%

R = 34.18%
G = 2.53%
B = 63.29%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#360464 (or 0x360464) is known color: Persian Indigo. HEX triplet: 36, 04 and 64. RGB value is (54,4,100). Sum of RGB (Red+Green+Blue) = 54+4+100=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 100 (39.45% from 255 or 63.29% from 158); Max value from RGB is 100 - color contains mainly: blue. Hex color #360464 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360464 is #C9FB9B. Grayscale: #1D1D1D. Windows color (decimal): -13237148 or 6554678. OLE color: 6554678.

HSL color Cylindrical-coordinate representation of color #360464: hue angle of 271.25º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360464 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 4 100 -
CMYK 0.46 0.96 0 0.61
HSL 271.25º 0.92% 0.2% -
HSV(B) 271.25º 0.96% 0.39% -
XYZ 3.86 1.79 12.2 -
YUV 29.89 167.57 145.19 -
System Red Green Blue C M Y K H S L
Decimal 54 4 100 0.46 0.96 0 0.61 271.25 0.92 0.2
Hex 36 4 64 2E 60 0 3D 10F 5C 14
Octal 66 4 144 56 140 0 75 417 134 24
Binary 110110 100 1100100 101110 1100000 0 111101 100001111 1011100 10100

Color Harmonies of #360464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360464

Black with #360464

Text Example


Text Example

White with #360464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360464; }

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

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

background-color css

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

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

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

border-color css

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

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

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