Html Css Color HEX #370FED Han Purple

📋 copy color: '#370FED'

red 55 ◦ green 15 ◦ blue 237

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

Shades of Han Purple #370FED

Tints of Han Purple #370FED

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.89%

 BLUE value IS 237 (92.97% from 255) = 77.2%

R = 17.92%
G = 4.89%
B = 77.2%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#370FED (or 0x370FED) is known color: Han Purple. HEX triplet: 37, 0F and ED. RGB value is (55,15,237). Sum of RGB (Red+Green+Blue) = 55+15+237=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 237 (92.97% from 255 or 77.20% from 307); Max value from RGB is 237 - color contains mainly: blue. Hex color #370FED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370FED is #C8F012. Grayscale: #333333. Windows color (decimal): -13168659 or 15535927. OLE color: 15535927.

HSL color Cylindrical-coordinate representation of color #370FED: hue angle of 250.81º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370FED is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 15 237 -
CMYK 0.77 0.94 0 0.07
HSL 250.81º 0.88% 0.49% -
HSV(B) 250.81º 0.94% 0.93% -
XYZ 17.03 7.27 80.63 -
YUV 52.27 232.25 129.95 -
System Red Green Blue C M Y K H S L
Decimal 55 15 237 0.77 0.94 0 0.07 250.81 0.88 0.49
Hex 37 F ED 4D 5E 0 7 FB 58 31
Octal 67 17 355 115 136 0 7 373 130 61
Binary 110111 1111 11101101 1001101 1011110 0 111 11111011 1011000 110001

Color Harmonies of #370FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370FED

Black with #370FED

Text Example


Text Example

White with #370FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,15,237); }

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

background-color css

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

 a { background-color: rgb(55,15,237); }

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

border-color css

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

 span { border-color: rgb(55,15,237); }

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