Html Css Color HEX #371AEA Han Purple

📋 copy color: '#371AEA'

red 55 ◦ green 26 ◦ blue 234

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

Shades of Han Purple #371AEA

Tints of Han Purple #371AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 74.29%

R = 17.46%
G = 8.25%
B = 74.29%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#371AEA (or 0x371AEA) is known color: Han Purple. HEX triplet: 37, 1A and EA. RGB value is (55,26,234). Sum of RGB (Red+Green+Blue) = 55+26+234=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #371AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371AEA is #C8E515. Grayscale: #393939. Windows color (decimal): -13165846 or 15342135. OLE color: 15342135.

HSL color Cylindrical-coordinate representation of color #371AEA: hue angle of 248.37º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #371AEA is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 26 234 -
CMYK 0.76 0.89 0 0.08
HSL 248.37º 0.83% 0.51% -
HSV(B) 248.37º 0.89% 0.92% -
XYZ 16.8 7.49 78.4 -
YUV 58.38 227.11 125.59 -
System Red Green Blue C M Y K H S L
Decimal 55 26 234 0.76 0.89 0 0.08 248.37 0.83 0.51
Hex 37 1A EA 4C 59 0 8 F8 53 33
Octal 67 32 352 114 131 0 10 370 123 63
Binary 110111 11010 11101010 1001100 1011001 0 1000 11111000 1010011 110011

Color Harmonies of #371AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371AEA

Black with #371AEA

Text Example


Text Example

White with #371AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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