Html Css Color HEX #252AF0 Han Purple

📋 copy color: '#252AF0'

red 37 ◦ green 42 ◦ blue 240

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

Shades of Han Purple #252AF0

Tints of Han Purple #252AF0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.17%

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

R = 11.6%
G = 13.17%
B = 75.24%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#252AF0 (or 0x252AF0) is known color: Han Purple. HEX triplet: 25, 2A and F0. RGB value is (37,42,240). Sum of RGB (Red+Green+Blue) = 37+42+240=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 240 (94.14% from 255 or 75.24% from 319); Max value from RGB is 240 - color contains mainly: blue. Hex color #252AF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252AF0 is #DAD50F. Grayscale: #3E3E3E. Windows color (decimal): -14341392 or 15739429. OLE color: 15739429.

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

Color convert

RGB 37 42 240 -
CMYK 0.85 0.82 0 0.06
HSL 238.52º 0.87% 0.54% -
HSV(B) 238.52º 0.85% 0.94% -
XYZ 17.32 8.34 83.14 -
YUV 63.08 227.84 109.4 -
System Red Green Blue C M Y K H S L
Decimal 37 42 240 0.85 0.82 0 0.06 238.52 0.87 0.54
Hex 25 2A F0 55 52 0 6 EF 57 36
Octal 45 52 360 125 122 0 6 357 127 66
Binary 100101 101010 11110000 1010101 1010010 0 110 11101111 1010111 110110

Color Harmonies of #252AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252AF0

Black with #252AF0

Text Example


Text Example

White with #252AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252AF0; }

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

 H1.HeaderClassName
 {
   color: #252AF0;
 }
 .AnyTagClassName
 {
   color: #252AF0;
 }
</style>

background-color css

<style>
 a { background-color: #252AF0; }

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

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

border-color css

<style>
 span { border-color: #252AF0; }

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

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