Html Css Color HEX #370B83 Persian Indigo

📋 copy color: '#370B83'

red 55 ◦ green 11 ◦ blue 131

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

Shades of Persian Indigo #370B83

Tints of Persian Indigo #370B83

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.58%

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

R = 27.92%
G = 5.58%
B = 66.5%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#370B83 (or 0x370B83) is known color: Persian Indigo. HEX triplet: 37, 0B and 83. RGB value is (55,11,131). Sum of RGB (Red+Green+Blue) = 55+11+131=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #370B83 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370B83 is #C8F47C. Grayscale: #252525. Windows color (decimal): -13169789 or 8588087. OLE color: 8588087.

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

Color convert

RGB 55 11 131 -
CMYK 0.58 0.92 0 0.49
HSL 262º 0.85% 0.28% -
HSV(B) 262º 0.92% 0.51% -
XYZ 5.79 2.69 21.69 -
YUV 37.84 180.58 140.24 -
System Red Green Blue C M Y K H S L
Decimal 55 11 131 0.58 0.92 0 0.49 262 0.85 0.28
Hex 37 B 83 3A 5C 0 31 106 55 1C
Octal 67 13 203 72 134 0 61 406 125 34
Binary 110111 1011 10000011 111010 1011100 0 110001 100000110 1010101 11100

Color Harmonies of #370B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370B83

Black with #370B83

Text Example


Text Example

White with #370B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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