Html Css Color HEX #37008C Persian Indigo

📋 copy color: '#37008C'

red 55 ◦ green 0 ◦ blue 140

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

Shades of Persian Indigo #37008C

Tints of Persian Indigo #37008C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 71.79%

R = 28.21%
G = 0%
B = 71.79%

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

#37008C (or 0x37008C) is known color: Persian Indigo. HEX triplet: 37, 00 and 8C. RGB value is (55,0,140). Sum of RGB (Red+Green+Blue) = 55+0+140=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 140 (55.08% from 255 or 71.79% from 195); Max value from RGB is 140 - color contains mainly: blue. Hex color #37008C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37008C is #C8FF73. Grayscale: #1F1F1F. Windows color (decimal): -13172596 or 9175095. OLE color: 9175095.

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

Color convert

RGB 55 0 140 -
CMYK 0.61 1 0 0.45
HSL 263.57º 1% 0.27% -
HSV(B) 263.57º 1% 0.55% -
XYZ 6.31 2.71 25 -
YUV 32.41 188.72 144.12 -
System Red Green Blue C M Y K H S L
Decimal 55 0 140 0.61 1 0 0.45 263.57 1 0.27
Hex 37 0 8C 3D 64 0 2D 108 64 1B
Octal 67 0 214 75 144 0 55 410 144 33
Binary 110111 0 10001100 111101 1100100 0 101101 100001000 1100100 11011

Color Harmonies of #37008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37008C

Black with #37008C

Text Example


Text Example

White with #37008C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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