Html Css Color HEX #361899 Persian Indigo

📋 copy color: '#361899'

red 54 ◦ green 24 ◦ blue 153

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

Shades of Persian Indigo #361899

Tints of Persian Indigo #361899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 66.23%

R = 23.38%
G = 10.39%
B = 66.23%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#361899 (or 0x361899) is known color: Persian Indigo. HEX triplet: 36, 18 and 99. RGB value is (54,24,153). Sum of RGB (Red+Green+Blue) = 54+24+153=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #361899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361899 is #C9E766. Grayscale: #2F2F2F. Windows color (decimal): -13231975 or 10033206. OLE color: 10033206.

HSL color Cylindrical-coordinate representation of color #361899: hue angle of 253.95º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #361899 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 24 153 -
CMYK 0.65 0.84 0 0.4
HSL 253.95º 0.73% 0.35% -
HSV(B) 253.95º 0.84% 0.6% -
XYZ 7.6 3.74 30.46 -
YUV 47.68 187.44 132.51 -
System Red Green Blue C M Y K H S L
Decimal 54 24 153 0.65 0.84 0 0.4 253.95 0.73 0.35
Hex 36 18 99 41 54 0 28 FE 49 23
Octal 66 30 231 101 124 0 50 376 111 43
Binary 110110 11000 10011001 1000001 1010100 0 101000 11111110 1001001 100011

Color Harmonies of #361899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361899

Black with #361899

Text Example


Text Example

White with #361899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361899; }

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

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

background-color css

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

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

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

border-color css

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

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

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