Html Css Color HEX #370CFE Han Purple

📋 copy color: '#370CFE'

red 55 ◦ green 12 ◦ blue 254

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

Shades of Han Purple #370CFE

Tints of Han Purple #370CFE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.74%

 BLUE value IS 254 (99.61% from 255) = 79.13%

R = 17.13%
G = 3.74%
B = 79.13%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#370CFE (or 0x370CFE) is known color: Han Purple. HEX triplet: 37, 0C and FE. RGB value is (55,12,254). Sum of RGB (Red+Green+Blue) = 55+12+254=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 254 (99.61% from 255 or 79.13% from 321); Max value from RGB is 254 - color contains mainly: blue. Hex color #370CFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370CFE is #C8F301. Grayscale: #333333. Windows color (decimal): -13169410 or 16649271. OLE color: 16649271.

HSL color Cylindrical-coordinate representation of color #370CFE: hue angle of 250.66º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370CFE is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 55 12 254 -
CMYK 0.78 0.95 0 0.00
HSL 250.66º 0.99% 0.52% -
HSV(B) 250.66º 0.95% 1% -
XYZ 19.6 8.23 94.32 -
YUV 52.45 241.75 129.82 -
System Red Green Blue C M Y K H S L
Decimal 55 12 254 0.78 0.95 0 0.00 250.66 0.99 0.52
Hex 37 C FE 4E 5F 0 0 FB 63 34
Octal 67 14 376 116 137 0 0 373 143 64
Binary 110111 1100 11111110 1001110 1011111 0 0 11111011 1100011 110100

Color Harmonies of #370CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370CFE

Black with #370CFE

Text Example


Text Example

White with #370CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370CFE; }

 p { color: rgb(55,12,254); }

 H1.HeaderClassName
 {
   color: #370CFE;
 }
 .AnyTagClassName
 {
   color: #370CFE;
 }
</style>

background-color css

<style>
 a { background-color: #370CFE; }

 a { background-color: rgb(55,12,254); }

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

border-color css

<style>
 span { border-color: #370CFE; }

 span { border-color: rgb(55,12,254); }

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