Html Css Color HEX #361A70 Persian Indigo

📋 copy color: '#361A70'

red 54 ◦ green 26 ◦ blue 112

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

Shades of Persian Indigo #361A70

Tints of Persian Indigo #361A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.54%

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

R = 28.13%
G = 13.54%
B = 58.33%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#361A70 (or 0x361A70) is known color: Persian Indigo. HEX triplet: 36, 1A and 70. RGB value is (54,26,112). Sum of RGB (Red+Green+Blue) = 54+26+112=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #361A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361A70 is #C9E58F. Grayscale: #2B2B2B. Windows color (decimal): -13231504 or 7346742. OLE color: 7346742.

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

Color convert

RGB 54 26 112 -
CMYK 0.52 0.77 0 0.56
HSL 259.53º 0.62% 0.27% -
HSV(B) 259.53º 0.77% 0.44% -
XYZ 4.82 2.69 15.6 -
YUV 44.18 166.28 135.01 -
System Red Green Blue C M Y K H S L
Decimal 54 26 112 0.52 0.77 0 0.56 259.53 0.62 0.27
Hex 36 1A 70 34 4D 0 38 104 3E 1B
Octal 66 32 160 64 115 0 70 404 76 33
Binary 110110 11010 1110000 110100 1001101 0 111000 100000100 111110 11011

Color Harmonies of #361A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A70

Black with #361A70

Text Example


Text Example

White with #361A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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