Html Css Color HEX #361798 Persian Indigo

📋 copy color: '#361798'

red 54 ◦ green 23 ◦ blue 152

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

Shades of Persian Indigo #361798

Tints of Persian Indigo #361798

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.04%

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

R = 23.58%
G = 10.04%
B = 66.38%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#361798 (or 0x361798) is known color: Persian Indigo. HEX triplet: 36, 17 and 98. RGB value is (54,23,152). Sum of RGB (Red+Green+Blue) = 54+23+152=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 152 (59.77% from 255 or 66.38% from 229); Max value from RGB is 152 - color contains mainly: blue. Hex color #361798 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361798 is #C9E867. Grayscale: #2E2E2E. Windows color (decimal): -13232232 or 9967414. OLE color: 9967414.

HSL color Cylindrical-coordinate representation of color #361798: hue angle of 254.42º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361798 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 23 152 -
CMYK 0.64 0.85 0 0.40
HSL 254.42º 0.74% 0.34% -
HSV(B) 254.42º 0.85% 0.6% -
XYZ 7.5 3.66 30.02 -
YUV 46.98 187.27 133.01 -
System Red Green Blue C M Y K H S L
Decimal 54 23 152 0.64 0.85 0 0.40 254.42 0.74 0.34
Hex 36 17 98 40 55 0 28 FE 4A 22
Octal 66 27 230 100 125 0 50 376 112 42
Binary 110110 10111 10011000 1000000 1010101 0 101000 11111110 1001010 100010

Color Harmonies of #361798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361798

Black with #361798

Text Example


Text Example

White with #361798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361798; }

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

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

background-color css

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

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

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

border-color css

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

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

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