Html Css Color HEX #371CFA Han Purple

📋 copy color: '#371CFA'

red 55 ◦ green 28 ◦ blue 250

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

Shades of Han Purple #371CFA

Tints of Han Purple #371CFA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.41%

 BLUE value IS 250 (98.05% from 255) = 75.08%

R = 16.52%
G = 8.41%
B = 75.08%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#371CFA (or 0x371CFA) is known color: Han Purple. HEX triplet: 37, 1C and FA. RGB value is (55,28,250). Sum of RGB (Red+Green+Blue) = 55+28+250=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 250 (98.05% from 255 or 75.08% from 333); Max value from RGB is 250 - color contains mainly: blue. Hex color #371CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371CFA is #C8E305. Grayscale: #3C3C3C. Windows color (decimal): -13165318 or 16391223. OLE color: 16391223.

HSL color Cylindrical-coordinate representation of color #371CFA: hue angle of 247.3º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #371CFA is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 28 250 -
CMYK 0.78 0.89 0 0.02
HSL 247.3º 0.96% 0.55% -
HSV(B) 247.3º 0.89% 0.98% -
XYZ 19.25 8.54 91.08 -
YUV 61.38 234.45 123.45 -
System Red Green Blue C M Y K H S L
Decimal 55 28 250 0.78 0.89 0 0.02 247.3 0.96 0.55
Hex 37 1C FA 4E 59 0 2 F7 60 37
Octal 67 34 372 116 131 0 2 367 140 67
Binary 110111 11100 11111010 1001110 1011001 0 10 11110111 1100000 110111

Color Harmonies of #371CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371CFA

Black with #371CFA

Text Example


Text Example

White with #371CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,28,250); }

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

background-color css

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

 a { background-color: rgb(55,28,250); }

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

border-color css

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

 span { border-color: rgb(55,28,250); }

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