Html Css Color HEX #37008D Persian Indigo

📋 copy color: '#37008D'

red 55 ◦ green 0 ◦ blue 141

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

Shades of Persian Indigo #37008D

Tints of Persian Indigo #37008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 141 (55.47% from 255) = 71.94%

R = 28.06%
G = 0%
B = 71.94%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37008D (or 0x37008D) is known color: Persian Indigo. HEX triplet: 37, 00 and 8D. RGB value is (55,0,141). Sum of RGB (Red+Green+Blue) = 55+0+141=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 141 (55.47% from 255 or 71.94% from 196); Max value from RGB is 141 - color contains mainly: blue. Hex color #37008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37008D is #C8FF72. Grayscale: #202020. Windows color (decimal): -13172595 or 9240631. OLE color: 9240631.

HSL color Cylindrical-coordinate representation of color #37008D: hue angle of 263.4º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #37008D is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 0 141 -
CMYK 0.61 1 0 0.45
HSL 263.4º 1% 0.28% -
HSV(B) 263.4º 1% 0.55% -
XYZ 6.38 2.74 25.39 -
YUV 32.52 189.22 144.04 -
System Red Green Blue C M Y K H S L
Decimal 55 0 141 0.61 1 0 0.45 263.4 1 0.28
Hex 37 0 8D 3D 64 0 2D 107 64 1C
Octal 67 0 215 75 144 0 55 407 144 34
Binary 110111 0 10001101 111101 1100100 0 101101 100000111 1100100 11100

Color Harmonies of #37008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37008D

Black with #37008D

Text Example


Text Example

White with #37008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37008D; }

 p { color: rgb(55,0,141); }

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

background-color css

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

 a { background-color: rgb(55,0,141); }

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

border-color css

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

 span { border-color: rgb(55,0,141); }

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