Html Css Color HEX #37018C Persian Indigo

📋 copy color: '#37018C'

red 55 ◦ green 1 ◦ blue 140

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

Shades of Persian Indigo #37018C

Tints of Persian Indigo #37018C

RGB

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

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

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

R = 28.06%
G = 0.51%
B = 71.43%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37018C (or 0x37018C) is known color: Persian Indigo. HEX triplet: 37, 01 and 8C. RGB value is (55,1,140). Sum of RGB (Red+Green+Blue) = 55+1+140=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 140 (55.08% from 255 or 71.43% from 196); Max value from RGB is 140 - color contains mainly: blue. Hex color #37018C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37018C is #C8FE73. Grayscale: #202020. Windows color (decimal): -13172340 or 9175351. OLE color: 9175351.

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

Color convert

RGB 55 1 140 -
CMYK 0.61 0.99 0 0.45
HSL 263.31º 0.99% 0.28% -
HSV(B) 263.31º 0.99% 0.55% -
XYZ 6.32 2.73 25 -
YUV 32.99 188.39 143.7 -
System Red Green Blue C M Y K H S L
Decimal 55 1 140 0.61 0.99 0 0.45 263.31 0.99 0.28
Hex 37 1 8C 3D 63 0 2D 107 63 1C
Octal 67 1 214 75 143 0 55 407 143 34
Binary 110111 1 10001100 111101 1100011 0 101101 100000111 1100011 11100

Color Harmonies of #37018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37018C

Black with #37018C

Text Example


Text Example

White with #37018C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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