Html Css Color HEX #370499 Persian Indigo

📋 copy color: '#370499'

red 55 ◦ green 4 ◦ blue 153

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

Shades of Persian Indigo #370499

Tints of Persian Indigo #370499

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.89%

 BLUE value IS 153 (60.16% from 255) = 72.17%

R = 25.94%
G = 1.89%
B = 72.17%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#370499 (or 0x370499) is known color: Persian Indigo. HEX triplet: 37, 04 and 99. RGB value is (55,4,153). Sum of RGB (Red+Green+Blue) = 55+4+153=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 153 (60.16% from 255 or 72.17% from 212); Max value from RGB is 153 - color contains mainly: blue. Hex color #370499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370499 is #C8FB66. Grayscale: #232323. Windows color (decimal): -13171559 or 10028087. OLE color: 10028087.

HSL color Cylindrical-coordinate representation of color #370499: hue angle of 260.54º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #370499 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 4 153 -
CMYK 0.64 0.97 0 0.4
HSL 260.54º 0.95% 0.31% -
HSV(B) 260.54º 0.97% 0.6% -
XYZ 7.37 3.2 30.37 -
YUV 36.24 193.9 141.38 -
System Red Green Blue C M Y K H S L
Decimal 55 4 153 0.64 0.97 0 0.4 260.54 0.95 0.31
Hex 37 4 99 40 61 0 28 105 5F 1F
Octal 67 4 231 100 141 0 50 405 137 37
Binary 110111 100 10011001 1000000 1100001 0 101000 100000101 1011111 11111

Color Harmonies of #370499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370499

Black with #370499

Text Example


Text Example

White with #370499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370499; }

 p { color: rgb(55,4,153); }

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

background-color css

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

 a { background-color: rgb(55,4,153); }

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

border-color css

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

 span { border-color: rgb(55,4,153); }

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