Html Css Color HEX #361998 Persian Indigo

📋 copy color: '#361998'

red 54 ◦ green 25 ◦ blue 152

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

Shades of Persian Indigo #361998

Tints of Persian Indigo #361998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.82%

 BLUE value IS 152 (59.77% from 255) = 65.8%

R = 23.38%
G = 10.82%
B = 65.8%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#361998 (or 0x361998) is known color: Persian Indigo. HEX triplet: 36, 19 and 98. RGB value is (54,25,152). Sum of RGB (Red+Green+Blue) = 54+25+152=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 152 (59.77% from 255 or 65.80% from 231); Max value from RGB is 152 - color contains mainly: blue. Hex color #361998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361998 is #C9E667. Grayscale: #2F2F2F. Windows color (decimal): -13231720 or 9967926. OLE color: 9967926.

HSL color Cylindrical-coordinate representation of color #361998: hue angle of 253.7º degrees, saturation: 0.72, 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 #361998 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 25 152 -
CMYK 0.64 0.84 0 0.40
HSL 253.7º 0.72% 0.35% -
HSV(B) 253.7º 0.84% 0.6% -
XYZ 7.54 3.75 30.03 -
YUV 48.15 186.61 132.17 -
System Red Green Blue C M Y K H S L
Decimal 54 25 152 0.64 0.84 0 0.40 253.7 0.72 0.35
Hex 36 19 98 40 54 0 28 FE 48 23
Octal 66 31 230 100 124 0 50 376 110 43
Binary 110110 11001 10011000 1000000 1010100 0 101000 11111110 1001000 100011

Color Harmonies of #361998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361998

Black with #361998

Text Example


Text Example

White with #361998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361998; }

 p { color: rgb(54,25,152); }

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

background-color css

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

 a { background-color: rgb(54,25,152); }

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

border-color css

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

 span { border-color: rgb(54,25,152); }

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