Html Css Color HEX #371A8A Persian Indigo

📋 copy color: '#371A8A'

red 55 ◦ green 26 ◦ blue 138

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

Shades of Persian Indigo #371A8A

Tints of Persian Indigo #371A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 63.01%

R = 25.11%
G = 11.87%
B = 63.01%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#371A8A (or 0x371A8A) is known color: Persian Indigo. HEX triplet: 37, 1A and 8A. RGB value is (55,26,138). Sum of RGB (Red+Green+Blue) = 55+26+138=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #371A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371A8A is #C8E575. Grayscale: #2F2F2F. Windows color (decimal): -13165942 or 9050679. OLE color: 9050679.

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

Color convert

RGB 55 26 138 -
CMYK 0.60 0.81 0 0.46
HSL 255.54º 0.68% 0.32% -
HSV(B) 255.54º 0.81% 0.54% -
XYZ 6.53 3.39 24.35 -
YUV 47.44 179.11 133.39 -
System Red Green Blue C M Y K H S L
Decimal 55 26 138 0.60 0.81 0 0.46 255.54 0.68 0.32
Hex 37 1A 8A 3C 51 0 2E 100 44 20
Octal 67 32 212 74 121 0 56 400 104 40
Binary 110111 11010 10001010 111100 1010001 0 101110 100000000 1000100 100000

Color Harmonies of #371A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371A8A

Black with #371A8A

Text Example


Text Example

White with #371A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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