Html Css Color HEX #252AF2 Han Purple

📋 copy color: '#252AF2'

red 37 ◦ green 42 ◦ blue 242

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

Shades of Han Purple #252AF2

Tints of Han Purple #252AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 75.39%

R = 11.53%
G = 13.08%
B = 75.39%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#252AF2 (or 0x252AF2) is known color: Han Purple. HEX triplet: 25, 2A and F2. RGB value is (37,42,242). Sum of RGB (Red+Green+Blue) = 37+42+242=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 242 (94.92% from 255 or 75.39% from 321); Max value from RGB is 242 - color contains mainly: blue. Hex color #252AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252AF2 is #DAD50D. Grayscale: #3E3E3E. Windows color (decimal): -14341390 or 15870501. OLE color: 15870501.

HSL color Cylindrical-coordinate representation of color #252AF2: hue angle of 238.54º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #252AF2 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 42 242 -
CMYK 0.85 0.83 0 0.05
HSL 238.54º 0.89% 0.55% -
HSV(B) 238.54º 0.85% 0.95% -
XYZ 17.62 8.46 84.71 -
YUV 63.31 228.84 109.24 -
System Red Green Blue C M Y K H S L
Decimal 37 42 242 0.85 0.83 0 0.05 238.54 0.89 0.55
Hex 25 2A F2 55 53 0 5 EF 59 37
Octal 45 52 362 125 123 0 5 357 131 67
Binary 100101 101010 11110010 1010101 1010011 0 101 11101111 1011001 110111

Color Harmonies of #252AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252AF2

Black with #252AF2

Text Example


Text Example

White with #252AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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