Html Css Color HEX #371098 Persian Indigo

📋 copy color: '#371098'

red 55 ◦ green 16 ◦ blue 152

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

Shades of Persian Indigo #371098

Tints of Persian Indigo #371098

RGB

 RED value IS 55 (21.88% from 255) = 24.66%

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

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

R = 24.66%
G = 7.17%
B = 68.16%

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

#371098 (or 0x371098) is known color: Persian Indigo. HEX triplet: 37, 10 and 98. RGB value is (55,16,152). Sum of RGB (Red+Green+Blue) = 55+16+152=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #371098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371098 is #C8EF67. Grayscale: #2A2A2A. Windows color (decimal): -13168488 or 9965623. OLE color: 9965623.

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

Color convert

RGB 55 16 152 -
CMYK 0.64 0.89 0 0.40
HSL 257.21º 0.81% 0.33% -
HSV(B) 257.21º 0.89% 0.6% -
XYZ 7.43 3.45 29.98 -
YUV 43.17 189.42 136.44 -
System Red Green Blue C M Y K H S L
Decimal 55 16 152 0.64 0.89 0 0.40 257.21 0.81 0.33
Hex 37 10 98 40 59 0 28 101 51 21
Octal 67 20 230 100 131 0 50 401 121 41
Binary 110111 10000 10011000 1000000 1011001 0 101000 100000001 1010001 100001

Color Harmonies of #371098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371098

Black with #371098

Text Example


Text Example

White with #371098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371098; }

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

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

background-color css

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

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

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

border-color css

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

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

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