Html Css Color HEX #371A8B Persian Indigo

📋 copy color: '#371A8B'

red 55 ◦ green 26 ◦ blue 139

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

Shades of Persian Indigo #371A8B

Tints of Persian Indigo #371A8B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.82%

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

R = 25%
G = 11.82%
B = 63.18%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#371A8B (or 0x371A8B) is known color: Persian Indigo. HEX triplet: 37, 1A and 8B. RGB value is (55,26,139). Sum of RGB (Red+Green+Blue) = 55+26+139=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #371A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371A8B is #C8E574. Grayscale: #2F2F2F. Windows color (decimal): -13165941 or 9116215. OLE color: 9116215.

HSL color Cylindrical-coordinate representation of color #371A8B: hue angle of 255.4º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #371A8B is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 26 139 -
CMYK 0.60 0.81 0 0.45
HSL 255.4º 0.68% 0.32% -
HSV(B) 255.4º 0.81% 0.55% -
XYZ 6.61 3.42 24.74 -
YUV 47.55 179.61 133.31 -
System Red Green Blue C M Y K H S L
Decimal 55 26 139 0.60 0.81 0 0.45 255.4 0.68 0.32
Hex 37 1A 8B 3C 51 0 2D FF 44 20
Octal 67 32 213 74 121 0 55 377 104 40
Binary 110111 11010 10001011 111100 1010001 0 101101 11111111 1000100 100000

Color Harmonies of #371A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371A8B

Black with #371A8B

Text Example


Text Example

White with #371A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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