Html Css Color HEX #37018B Persian Indigo

📋 copy color: '#37018B'

red 55 ◦ green 1 ◦ blue 139

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

Shades of Persian Indigo #37018B

Tints of Persian Indigo #37018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 139 (54.69% from 255) = 71.28%

R = 28.21%
G = 0.51%
B = 71.28%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37018B (or 0x37018B) is known color: Persian Indigo. HEX triplet: 37, 01 and 8B. RGB value is (55,1,139). Sum of RGB (Red+Green+Blue) = 55+1+139=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 139 (54.69% from 255 or 71.28% from 195); Max value from RGB is 139 - color contains mainly: blue. Hex color #37018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37018B is #C8FE74. Grayscale: #202020. Windows color (decimal): -13172341 or 9109815. OLE color: 9109815.

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

Color convert

RGB 55 1 139 -
CMYK 0.60 0.99 0 0.45
HSL 263.48º 0.99% 0.27% -
HSV(B) 263.48º 0.99% 0.55% -
XYZ 6.25 2.7 24.62 -
YUV 32.88 187.89 143.78 -
System Red Green Blue C M Y K H S L
Decimal 55 1 139 0.60 0.99 0 0.45 263.48 0.99 0.27
Hex 37 1 8B 3C 63 0 2D 107 63 1B
Octal 67 1 213 74 143 0 55 407 143 33
Binary 110111 1 10001011 111100 1100011 0 101101 100000111 1100011 11011

Color Harmonies of #37018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37018B

Black with #37018B

Text Example


Text Example

White with #37018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37018B; }

 p { color: rgb(55,1,139); }

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

background-color css

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

 a { background-color: rgb(55,1,139); }

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

border-color css

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

 span { border-color: rgb(55,1,139); }

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