Html Css Color HEX #360475 Persian Indigo

📋 copy color: '#360475'

red 54 ◦ green 4 ◦ blue 117

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

Shades of Persian Indigo #360475

Tints of Persian Indigo #360475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 66.86%

R = 30.86%
G = 2.29%
B = 66.86%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#360475 (or 0x360475) is known color: Persian Indigo. HEX triplet: 36, 04 and 75. RGB value is (54,4,117). Sum of RGB (Red+Green+Blue) = 54+4+117=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #360475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360475 is #C9FB8A. Grayscale: #1F1F1F. Windows color (decimal): -13237131 or 7668790. OLE color: 7668790.

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

Color convert

RGB 54 4 117 -
CMYK 0.54 0.97 0 0.54
HSL 266.55º 0.93% 0.24% -
HSV(B) 266.55º 0.97% 0.46% -
XYZ 4.78 2.16 16.99 -
YUV 31.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 54 4 117 0.54 0.97 0 0.54 266.55 0.93 0.24
Hex 36 4 75 36 61 0 36 10B 5D 18
Octal 66 4 165 66 141 0 66 413 135 30
Binary 110110 100 1110101 110110 1100001 0 110110 100001011 1011101 11000

Color Harmonies of #360475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360475

Black with #360475

Text Example


Text Example

White with #360475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360475; }

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

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

background-color css

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

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

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

border-color css

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

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

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