Html Css Color HEX #361098 Persian Indigo

📋 copy color: '#361098'

red 54 ◦ green 16 ◦ blue 152

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

Shades of Persian Indigo #361098

Tints of Persian Indigo #361098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.21%

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

R = 24.32%
G = 7.21%
B = 68.47%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#361098 (or 0x361098) is known color: Persian Indigo. HEX triplet: 36, 10 and 98. RGB value is (54,16,152). Sum of RGB (Red+Green+Blue) = 54+16+152=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 152 (59.77% from 255 or 68.47% from 222); Max value from RGB is 152 - color contains mainly: blue. Hex color #361098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361098 is #C9EF67. Grayscale: #2A2A2A. Windows color (decimal): -13234024 or 9965622. OLE color: 9965622.

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

Color convert

RGB 54 16 152 -
CMYK 0.64 0.89 0 0.40
HSL 256.76º 0.81% 0.33% -
HSV(B) 256.76º 0.89% 0.6% -
XYZ 7.37 3.42 29.98 -
YUV 42.87 189.59 135.94 -
System Red Green Blue C M Y K H S L
Decimal 54 16 152 0.64 0.89 0 0.40 256.76 0.81 0.33
Hex 36 10 98 40 59 0 28 101 51 21
Octal 66 20 230 100 131 0 50 401 121 41
Binary 110110 10000 10011000 1000000 1011001 0 101000 100000001 1010001 100001

Color Harmonies of #361098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361098

Black with #361098

Text Example


Text Example

White with #361098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361098; }

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

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

background-color css

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

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

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

border-color css

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

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

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