Html Css Color HEX #361F76 Persian Indigo

📋 copy color: '#361F76'

red 54 ◦ green 31 ◦ blue 118

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

Shades of Persian Indigo #361F76

Tints of Persian Indigo #361F76

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.27%

 BLUE value IS 118 (46.48% from 255) = 58.13%

R = 26.6%
G = 15.27%
B = 58.13%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#361F76 (or 0x361F76) is known color: Persian Indigo. HEX triplet: 36, 1F and 76. RGB value is (54,31,118). Sum of RGB (Red+Green+Blue) = 54+31+118=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #361F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361F76 is #C9E089. Grayscale: #2F2F2F. Windows color (decimal): -13230218 or 7741238. OLE color: 7741238.

HSL color Cylindrical-coordinate representation of color #361F76: hue angle of 255.86º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #361F76 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 31 118 -
CMYK 0.54 0.74 0 0.54
HSL 255.86º 0.58% 0.29% -
HSV(B) 255.86º 0.74% 0.46% -
XYZ 5.28 3.07 17.45 -
YUV 47.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 54 31 118 0.54 0.74 0 0.54 255.86 0.58 0.29
Hex 36 1F 76 36 4A 0 36 100 3A 1D
Octal 66 37 166 66 112 0 66 400 72 35
Binary 110110 11111 1110110 110110 1001010 0 110110 100000000 111010 11101

Color Harmonies of #361F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361F76

Black with #361F76

Text Example


Text Example

White with #361F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,31,118); }

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

background-color css

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

 a { background-color: rgb(54,31,118); }

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

border-color css

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

 span { border-color: rgb(54,31,118); }

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