Html Css Color HEX #360170 Persian Indigo

📋 copy color: '#360170'

red 54 ◦ green 1 ◦ blue 112

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

Shades of Persian Indigo #360170

Tints of Persian Indigo #360170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 32.34%
G = 0.6%
B = 67.07%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#360170 (or 0x360170) is known color: Persian Indigo. HEX triplet: 36, 01 and 70. RGB value is (54,1,112). Sum of RGB (Red+Green+Blue) = 54+1+112=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #360170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360170 is #C9FE8F. Grayscale: #1D1D1D. Windows color (decimal): -13237904 or 7340342. OLE color: 7340342.

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

Color convert

RGB 54 1 112 -
CMYK 0.52 0.99 0 0.56
HSL 268.65º 0.98% 0.22% -
HSV(B) 268.65º 0.99% 0.44% -
XYZ 4.46 1.98 15.48 -
YUV 29.5 174.56 145.47 -
System Red Green Blue C M Y K H S L
Decimal 54 1 112 0.52 0.99 0 0.56 268.65 0.98 0.22
Hex 36 1 70 34 63 0 38 10D 62 16
Octal 66 1 160 64 143 0 70 415 142 26
Binary 110110 1 1110000 110100 1100011 0 111000 100001101 1100010 10110

Color Harmonies of #360170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360170

Black with #360170

Text Example


Text Example

White with #360170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360170; }

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

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

background-color css

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

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

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

border-color css

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

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

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