Html Css Color HEX #371AC5 Persian Blue

📋 copy color: '#371AC5'

red 55 ◦ green 26 ◦ blue 197

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

Shades of Persian Blue #371AC5

Tints of Persian Blue #371AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 70.86%

R = 19.78%
G = 9.35%
B = 70.86%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#371AC5 (or 0x371AC5) is known color: Persian Blue. HEX triplet: 37, 1A and C5. RGB value is (55,26,197). Sum of RGB (Red+Green+Blue) = 55+26+197=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 197 (77.34% from 255 or 70.86% from 278); Max value from RGB is 197 - color contains mainly: blue. Hex color #371AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371AC5 is #C8E53A. Grayscale: #353535. Windows color (decimal): -13165883 or 12917303. OLE color: 12917303.

HSL color Cylindrical-coordinate representation of color #371AC5: hue angle of 250.18º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #371AC5 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 55 26 197 -
CMYK 0.72 0.87 0 0.23
HSL 250.18º 0.77% 0.44% -
HSV(B) 250.18º 0.87% 0.77% -
XYZ 12.02 5.58 53.27 -
YUV 54.17 208.61 128.6 -
System Red Green Blue C M Y K H S L
Decimal 55 26 197 0.72 0.87 0 0.23 250.18 0.77 0.44
Hex 37 1A C5 48 57 0 17 FA 4D 2C
Octal 67 32 305 110 127 0 27 372 115 54
Binary 110111 11010 11000101 1001000 1010111 0 10111 11111010 1001101 101100

Color Harmonies of #371AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371AC5

Black with #371AC5

Text Example


Text Example

White with #371AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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