Html Css Color HEX #361B74 Persian Indigo

📋 copy color: '#361B74'

red 54 ◦ green 27 ◦ blue 116

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

Shades of Persian Indigo #361B74

Tints of Persian Indigo #361B74

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.71%

 BLUE value IS 116 (45.7% from 255) = 58.88%

R = 27.41%
G = 13.71%
B = 58.88%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#361B74 (or 0x361B74) is known color: Persian Indigo. HEX triplet: 36, 1B and 74. RGB value is (54,27,116). Sum of RGB (Red+Green+Blue) = 54+27+116=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #361B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361B74 is #C9E48B. Grayscale: #2C2C2C. Windows color (decimal): -13231244 or 7609142. OLE color: 7609142.

HSL color Cylindrical-coordinate representation of color #361B74: hue angle of 258.2º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #361B74 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 27 116 -
CMYK 0.53 0.77 0 0.55
HSL 258.2º 0.62% 0.28% -
HSV(B) 258.2º 0.77% 0.45% -
XYZ 5.07 2.83 16.8 -
YUV 45.22 167.95 134.26 -
System Red Green Blue C M Y K H S L
Decimal 54 27 116 0.53 0.77 0 0.55 258.2 0.62 0.28
Hex 36 1B 74 35 4D 0 37 102 3E 1C
Octal 66 33 164 65 115 0 67 402 76 34
Binary 110110 11011 1110100 110101 1001101 0 110111 100000010 111110 11100

Color Harmonies of #361B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361B74

Black with #361B74

Text Example


Text Example

White with #361B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,27,116); }

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

background-color css

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

 a { background-color: rgb(54,27,116); }

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

border-color css

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

 span { border-color: rgb(54,27,116); }

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