Html Css Color HEX #3714FF Han Purple

📋 copy color: '#3714FF'

red 55 ◦ green 20 ◦ blue 255

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

Shades of Han Purple #3714FF

Tints of Han Purple #3714FF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.06%

 BLUE value IS 255 (100% from 255) = 77.27%

R = 16.67%
G = 6.06%
B = 77.27%

CMYK

 C value IS 0.78

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3714FF (or 0x3714FF) is known color: Han Purple. HEX triplet: 37, 14 and FF. RGB value is (55,20,255). Sum of RGB (Red+Green+Blue) = 55+20+255=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #3714FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3714FF is #C8EB00. Grayscale: #383838. Windows color (decimal): -13167361 or 16716855. OLE color: 16716855.

HSL color Cylindrical-coordinate representation of color #3714FF: hue angle of 248.94º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3714FF is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 55 20 255 -
CMYK 0.78 0.92 0 0
HSL 248.94º 1% 0.54% -
HSV(B) 248.94º 0.92% 1% -
XYZ 19.88 8.53 95.21 -
YUV 57.26 239.6 126.39 -
System Red Green Blue C M Y K H S L
Decimal 55 20 255 0.78 0.92 0 0 248.94 1 0.54
Hex 37 14 FF 4E 5C 0 0 F9 64 36
Octal 67 24 377 116 134 0 0 371 144 66
Binary 110111 10100 11111111 1001110 1011100 0 0 11111001 1100100 110110

Color Harmonies of #3714FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3714FF

Black with #3714FF

Text Example


Text Example

White with #3714FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3714FF; }

 p { color: rgb(55,20,255); }

 H1.HeaderClassName
 {
   color: #3714FF;
 }
 .AnyTagClassName
 {
   color: #3714FF;
 }
</style>

background-color css

<style>
 a { background-color: #3714FF; }

 a { background-color: rgb(55,20,255); }

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

border-color css

<style>
 span { border-color: #3714FF; }

 span { border-color: rgb(55,20,255); }

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