Html Css Color HEX #37137A Persian Indigo

📋 copy color: '#37137A'

red 55 ◦ green 19 ◦ blue 122

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

Shades of Persian Indigo #37137A

Tints of Persian Indigo #37137A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.69%

 BLUE value IS 122 (48.05% from 255) = 62.24%

R = 28.06%
G = 9.69%
B = 62.24%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#37137A (or 0x37137A) is known color: Persian Indigo. HEX triplet: 37, 13 and 7A. RGB value is (55,19,122). Sum of RGB (Red+Green+Blue) = 55+19+122=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 122 (48.05% from 255 or 62.24% from 196); Max value from RGB is 122 - color contains mainly: blue. Hex color #37137A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37137A is #C8EC85. Grayscale: #292929. Windows color (decimal): -13167750 or 8000311. OLE color: 8000311.

HSL color Cylindrical-coordinate representation of color #37137A: hue angle of 260.97º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37137A is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 19 122 -
CMYK 0.55 0.84 0 0.52
HSL 260.97º 0.73% 0.28% -
HSV(B) 260.97º 0.84% 0.48% -
XYZ 5.32 2.68 18.65 -
YUV 41.51 173.43 137.62 -
System Red Green Blue C M Y K H S L
Decimal 55 19 122 0.55 0.84 0 0.52 260.97 0.73 0.28
Hex 37 13 7A 37 54 0 34 105 49 1C
Octal 67 23 172 67 124 0 64 405 111 34
Binary 110111 10011 1111010 110111 1010100 0 110100 100000101 1001001 11100

Color Harmonies of #37137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37137A

Black with #37137A

Text Example


Text Example

White with #37137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37137A; }

 p { color: rgb(55,19,122); }

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

background-color css

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

 a { background-color: rgb(55,19,122); }

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

border-color css

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

 span { border-color: rgb(55,19,122); }

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