Html Css Color HEX #371A7C Persian Indigo

📋 copy color: '#371A7C'

red 55 ◦ green 26 ◦ blue 124

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

Shades of Persian Indigo #371A7C

Tints of Persian Indigo #371A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 60.49%

R = 26.83%
G = 12.68%
B = 60.49%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#371A7C (or 0x371A7C) is known color: Persian Indigo. HEX triplet: 37, 1A and 7C. RGB value is (55,26,124). Sum of RGB (Red+Green+Blue) = 55+26+124=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #371A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371A7C is #C8E583. Grayscale: #2D2D2D. Windows color (decimal): -13165956 or 8133175. OLE color: 8133175.

HSL color Cylindrical-coordinate representation of color #371A7C: hue angle of 257.76º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #371A7C is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 26 124 -
CMYK 0.56 0.79 0 0.51
HSL 257.76º 0.65% 0.29% -
HSV(B) 257.76º 0.79% 0.49% -
XYZ 5.58 3.01 19.35 -
YUV 45.84 172.11 134.53 -
System Red Green Blue C M Y K H S L
Decimal 55 26 124 0.56 0.79 0 0.51 257.76 0.65 0.29
Hex 37 1A 7C 38 4F 0 33 102 41 1D
Octal 67 32 174 70 117 0 63 402 101 35
Binary 110111 11010 1111100 111000 1001111 0 110011 100000010 1000001 11101

Color Harmonies of #371A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371A7C

Black with #371A7C

Text Example


Text Example

White with #371A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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