Html Css Color HEX #361883 Persian Indigo

📋 copy color: '#361883'

red 54 ◦ green 24 ◦ blue 131

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

Shades of Persian Indigo #361883

Tints of Persian Indigo #361883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 62.68%

R = 25.84%
G = 11.48%
B = 62.68%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#361883 (or 0x361883) is known color: Persian Indigo. HEX triplet: 36, 18 and 83. RGB value is (54,24,131). Sum of RGB (Red+Green+Blue) = 54+24+131=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 131 (51.56% from 255 or 62.68% from 209); Max value from RGB is 131 - color contains mainly: blue. Hex color #361883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361883 is #C9E77C. Grayscale: #2C2C2C. Windows color (decimal): -13231997 or 8591414. OLE color: 8591414.

HSL color Cylindrical-coordinate representation of color #361883: hue angle of 256.82º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #361883 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 24 131 -
CMYK 0.59 0.82 0 0.49
HSL 256.82º 0.69% 0.3% -
HSV(B) 256.82º 0.82% 0.51% -
XYZ 5.94 3.08 21.75 -
YUV 45.17 176.44 134.3 -
System Red Green Blue C M Y K H S L
Decimal 54 24 131 0.59 0.82 0 0.49 256.82 0.69 0.3
Hex 36 18 83 3B 52 0 31 101 45 1E
Octal 66 30 203 73 122 0 61 401 105 36
Binary 110110 11000 10000011 111011 1010010 0 110001 100000001 1000101 11110

Color Harmonies of #361883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361883

Black with #361883

Text Example


Text Example

White with #361883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361883; }

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

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

background-color css

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

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

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

border-color css

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

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

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