Html Css Color HEX #361876 Persian Indigo

📋 copy color: '#361876'

red 54 ◦ green 24 ◦ blue 118

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

Shades of Persian Indigo #361876

Tints of Persian Indigo #361876

RGB

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

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

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

R = 27.55%
G = 12.24%
B = 60.2%

CMYK

 C value IS 0.54

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#361876 (or 0x361876) is known color: Persian Indigo. HEX triplet: 36, 18 and 76. RGB value is (54,24,118). Sum of RGB (Red+Green+Blue) = 54+24+118=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #361876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361876 is #C9E789. Grayscale: #2B2B2B. Windows color (decimal): -13232010 or 7739446. OLE color: 7739446.

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

Color convert

RGB 54 24 118 -
CMYK 0.54 0.80 0 0.54
HSL 259.15º 0.66% 0.28% -
HSV(B) 259.15º 0.8% 0.46% -
XYZ 5.12 2.75 17.4 -
YUV 43.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 54 24 118 0.54 0.80 0 0.54 259.15 0.66 0.28
Hex 36 18 76 36 50 0 36 103 42 1C
Octal 66 30 166 66 120 0 66 403 102 34
Binary 110110 11000 1110110 110110 1010000 0 110110 100000011 1000010 11100

Color Harmonies of #361876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361876

Black with #361876

Text Example


Text Example

White with #361876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361876; }

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

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

background-color css

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

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

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

border-color css

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

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

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