Html Css Color HEX #361C89 Persian Indigo

📋 copy color: '#361C89'

red 54 ◦ green 28 ◦ blue 137

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

Shades of Persian Indigo #361C89

Tints of Persian Indigo #361C89

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.79%

 BLUE value IS 137 (53.91% from 255) = 62.56%

R = 24.66%
G = 12.79%
B = 62.56%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#361C89 (or 0x361C89) is known color: Persian Indigo. HEX triplet: 36, 1C and 89. RGB value is (54,28,137). Sum of RGB (Red+Green+Blue) = 54+28+137=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #361C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361C89 is #C9E376. Grayscale: #2F2F2F. Windows color (decimal): -13230967 or 8985654. OLE color: 8985654.

HSL color Cylindrical-coordinate representation of color #361C89: hue angle of 254.31º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #361C89 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 28 137 -
CMYK 0.61 0.80 0 0.46
HSL 254.31º 0.66% 0.32% -
HSV(B) 254.31º 0.8% 0.54% -
XYZ 6.45 3.42 23.99 -
YUV 48.2 178.11 132.14 -
System Red Green Blue C M Y K H S L
Decimal 54 28 137 0.61 0.80 0 0.46 254.31 0.66 0.32
Hex 36 1C 89 3D 50 0 2E FE 42 20
Octal 66 34 211 75 120 0 56 376 102 40
Binary 110110 11100 10001001 111101 1010000 0 101110 11111110 1000010 100000

Color Harmonies of #361C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C89

Black with #361C89

Text Example


Text Example

White with #361C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,28,137); }

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

background-color css

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

 a { background-color: rgb(54,28,137); }

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

border-color css

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

 span { border-color: rgb(54,28,137); }

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