Html Css Color HEX #360570 Persian Indigo

📋 copy color: '#360570'

red 54 ◦ green 5 ◦ blue 112

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

Shades of Persian Indigo #360570

Tints of Persian Indigo #360570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.92%

 BLUE value IS 112 (44.14% from 255) = 65.5%

R = 31.58%
G = 2.92%
B = 65.5%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#360570 (or 0x360570) is known color: Persian Indigo. HEX triplet: 36, 05 and 70. RGB value is (54,5,112). Sum of RGB (Red+Green+Blue) = 54+5+112=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #360570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360570 is #C9FA8F. Grayscale: #1F1F1F. Windows color (decimal): -13236880 or 7341366. OLE color: 7341366.

HSL color Cylindrical-coordinate representation of color #360570: hue angle of 267.48º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360570 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 5 112 -
CMYK 0.52 0.96 0 0.56
HSL 267.48º 0.91% 0.23% -
HSV(B) 267.48º 0.96% 0.44% -
XYZ 4.5 2.06 15.49 -
YUV 31.85 173.23 143.8 -
System Red Green Blue C M Y K H S L
Decimal 54 5 112 0.52 0.96 0 0.56 267.48 0.91 0.23
Hex 36 5 70 34 60 0 38 10B 5B 17
Octal 66 5 160 64 140 0 70 413 133 27
Binary 110110 101 1110000 110100 1100000 0 111000 100001011 1011011 10111

Color Harmonies of #360570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360570

Black with #360570

Text Example


Text Example

White with #360570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360570; }

 p { color: rgb(54,5,112); }

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

background-color css

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

 a { background-color: rgb(54,5,112); }

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

border-color css

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

 span { border-color: rgb(54,5,112); }

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