Html Css Color HEX #361870 Persian Indigo

📋 copy color: '#361870'

red 54 ◦ green 24 ◦ blue 112

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

Shades of Persian Indigo #361870

Tints of Persian Indigo #361870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.63%

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

R = 28.42%
G = 12.63%
B = 58.95%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#361870 (or 0x361870) is known color: Persian Indigo. HEX triplet: 36, 18 and 70. RGB value is (54,24,112). Sum of RGB (Red+Green+Blue) = 54+24+112=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #361870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361870 is #C9E78F. Grayscale: #2A2A2A. Windows color (decimal): -13232016 or 7346230. OLE color: 7346230.

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

Color convert

RGB 54 24 112 -
CMYK 0.52 0.79 0 0.56
HSL 260.45º 0.65% 0.27% -
HSV(B) 260.45º 0.79% 0.44% -
XYZ 4.77 2.61 15.58 -
YUV 43 166.94 135.84 -
System Red Green Blue C M Y K H S L
Decimal 54 24 112 0.52 0.79 0 0.56 260.45 0.65 0.27
Hex 36 18 70 34 4F 0 38 104 41 1B
Octal 66 30 160 64 117 0 70 404 101 33
Binary 110110 11000 1110000 110100 1001111 0 111000 100000100 1000001 11011

Color Harmonies of #361870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361870

Black with #361870

Text Example


Text Example

White with #361870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361870; }

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

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

background-color css

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

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

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

border-color css

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

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

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