Html Css Color HEX #251FEC Han Purple

📋 copy color: '#251FEC'

red 37 ◦ green 31 ◦ blue 236

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

Shades of Han Purple #251FEC

Tints of Han Purple #251FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 77.63%

R = 12.17%
G = 10.2%
B = 77.63%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#251FEC (or 0x251FEC) is known color: Han Purple. HEX triplet: 25, 1F and EC. RGB value is (37,31,236). Sum of RGB (Red+Green+Blue) = 37+31+236=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 236 (92.58% from 255 or 77.63% from 304); Max value from RGB is 236 - color contains mainly: blue. Hex color #251FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251FEC is #DAE013. Grayscale: #373737. Windows color (decimal): -14344212 or 15474469. OLE color: 15474469.

HSL color Cylindrical-coordinate representation of color #251FEC: hue angle of 241.76º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #251FEC is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 31 236 -
CMYK 0.84 0.87 0 0.07
HSL 241.76º 0.84% 0.52% -
HSV(B) 241.76º 0.87% 0.93% -
XYZ 16.39 7.43 79.93 -
YUV 56.16 229.49 114.33 -
System Red Green Blue C M Y K H S L
Decimal 37 31 236 0.84 0.87 0 0.07 241.76 0.84 0.52
Hex 25 1F EC 54 57 0 7 F2 54 34
Octal 45 37 354 124 127 0 7 362 124 64
Binary 100101 11111 11101100 1010100 1010111 0 111 11110010 1010100 110100

Color Harmonies of #251FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251FEC

Black with #251FEC

Text Example


Text Example

White with #251FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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