Html Css Color HEX #37088D Persian Indigo

📋 copy color: '#37088D'

red 55 ◦ green 8 ◦ blue 141

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

Shades of Persian Indigo #37088D

Tints of Persian Indigo #37088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.92%

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

R = 26.96%
G = 3.92%
B = 69.12%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37088D (or 0x37088D) is known color: Persian Indigo. HEX triplet: 37, 08 and 8D. RGB value is (55,8,141). Sum of RGB (Red+Green+Blue) = 55+8+141=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #37088D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37088D is #C8F772. Grayscale: #242424. Windows color (decimal): -13170547 or 9242679. OLE color: 9242679.

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

Color convert

RGB 55 8 141 -
CMYK 0.61 0.94 0 0.45
HSL 261.2º 0.89% 0.29% -
HSV(B) 261.2º 0.94% 0.55% -
XYZ 6.47 2.91 25.42 -
YUV 37.22 186.57 140.69 -
System Red Green Blue C M Y K H S L
Decimal 55 8 141 0.61 0.94 0 0.45 261.2 0.89 0.29
Hex 37 8 8D 3D 5E 0 2D 105 59 1D
Octal 67 10 215 75 136 0 55 405 131 35
Binary 110111 1000 10001101 111101 1011110 0 101101 100000101 1011001 11101

Color Harmonies of #37088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37088D

Black with #37088D

Text Example


Text Example

White with #37088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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