Html Css Color HEX #370083 Persian Indigo

📋 copy color: '#370083'

red 55 ◦ green 0 ◦ blue 131

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

Shades of Persian Indigo #370083

Tints of Persian Indigo #370083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 70.43%

R = 29.57%
G = 0%
B = 70.43%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#370083 (or 0x370083) is known color: Persian Indigo. HEX triplet: 37, 00 and 83. RGB value is (55,0,131). Sum of RGB (Red+Green+Blue) = 55+0+131=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 131 (51.56% from 255 or 70.43% from 186); Max value from RGB is 131 - color contains mainly: blue. Hex color #370083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370083 is #C8FF7C. Grayscale: #1E1E1E. Windows color (decimal): -13172605 or 8585271. OLE color: 8585271.

HSL color Cylindrical-coordinate representation of color #370083: hue angle of 265.19º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370083 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 0 131 -
CMYK 0.58 1 0 0.49
HSL 265.19º 1% 0.26% -
HSV(B) 265.19º 1% 0.51% -
XYZ 5.67 2.45 21.65 -
YUV 31.38 184.22 144.85 -
System Red Green Blue C M Y K H S L
Decimal 55 0 131 0.58 1 0 0.49 265.19 1 0.26
Hex 37 0 83 3A 64 0 31 109 64 1A
Octal 67 0 203 72 144 0 61 411 144 32
Binary 110111 0 10000011 111010 1100100 0 110001 100001001 1100100 11010

Color Harmonies of #370083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370083

Black with #370083

Text Example


Text Example

White with #370083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370083; }

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

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

background-color css

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

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

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

border-color css

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

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

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