Html Css Color HEX #251FF0 Han Purple

📋 copy color: '#251FF0'

red 37 ◦ green 31 ◦ blue 240

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

Shades of Han Purple #251FF0

Tints of Han Purple #251FF0

RGB

 RED value IS 37 (14.84% from 255) = 12.01%

 GREEN value IS 31 (12.5% from 255) = 10.06%

 BLUE value IS 240 (94.14% from 255) = 77.92%

R = 12.01%
G = 10.06%
B = 77.92%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#251FF0 (or 0x251FF0) is known color: Han Purple. HEX triplet: 25, 1F and F0. RGB value is (37,31,240). Sum of RGB (Red+Green+Blue) = 37+31+240=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 240 (94.14% from 255 or 77.92% from 308); Max value from RGB is 240 - color contains mainly: blue. Hex color #251FF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251FF0 is #DAE00F. Grayscale: #373737. Windows color (decimal): -14344208 or 15736613. OLE color: 15736613.

HSL color Cylindrical-coordinate representation of color #251FF0: hue angle of 241.72º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #251FF0 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 31 240 -
CMYK 0.85 0.87 0 0.06
HSL 241.72º 0.87% 0.53% -
HSV(B) 241.72º 0.87% 0.94% -
XYZ 16.98 7.66 83.02 -
YUV 56.62 231.49 114.01 -
System Red Green Blue C M Y K H S L
Decimal 37 31 240 0.85 0.87 0 0.06 241.72 0.87 0.53
Hex 25 1F F0 55 57 0 6 F2 57 35
Octal 45 37 360 125 127 0 6 362 127 65
Binary 100101 11111 11110000 1010101 1010111 0 110 11110010 1010111 110101

Color Harmonies of #251FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251FF0

Black with #251FF0

Text Example


Text Example

White with #251FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251FF0; }

 p { color: rgb(37,31,240); }

 H1.HeaderClassName
 {
   color: #251FF0;
 }
 .AnyTagClassName
 {
   color: #251FF0;
 }
</style>

background-color css

<style>
 a { background-color: #251FF0; }

 a { background-color: rgb(37,31,240); }

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

border-color css

<style>
 span { border-color: #251FF0; }

 span { border-color: rgb(37,31,240); }

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