Html Css Color HEX #370CFA Han Purple

📋 copy color: '#370CFA'

red 55 ◦ green 12 ◦ blue 250

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

Shades of Han Purple #370CFA

Tints of Han Purple #370CFA

RGB

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

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

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

R = 17.35%
G = 3.79%
B = 78.86%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#370CFA (or 0x370CFA) is known color: Han Purple. HEX triplet: 37, 0C and FA. RGB value is (55,12,250). Sum of RGB (Red+Green+Blue) = 55+12+250=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 250 (98.05% from 255 or 78.86% from 317); Max value from RGB is 250 - color contains mainly: blue. Hex color #370CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370CFA is #C8F305. Grayscale: #333333. Windows color (decimal): -13169414 or 16387127. OLE color: 16387127.

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

Color convert

RGB 55 12 250 -
CMYK 0.78 0.95 0 0.02
HSL 250.84º 0.96% 0.51% -
HSV(B) 250.84º 0.95% 0.98% -
XYZ 18.96 7.98 90.98 -
YUV 51.99 239.75 130.15 -
System Red Green Blue C M Y K H S L
Decimal 55 12 250 0.78 0.95 0 0.02 250.84 0.96 0.51
Hex 37 C FA 4E 5F 0 2 FB 60 33
Octal 67 14 372 116 137 0 2 373 140 63
Binary 110111 1100 11111010 1001110 1011111 0 10 11111011 1100000 110011

Color Harmonies of #370CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370CFA

Black with #370CFA

Text Example


Text Example

White with #370CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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