Html Css Color HEX #2B24F6 Han Purple

📋 copy color: '#2B24F6'

red 43 ◦ green 36 ◦ blue 246

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

Shades of Han Purple #2B24F6

Tints of Han Purple #2B24F6

RGB

 RED value IS 43 (17.19% from 255) = 13.23%

 GREEN value IS 36 (14.45% from 255) = 11.08%

 BLUE value IS 246 (96.48% from 255) = 75.69%

R = 13.23%
G = 11.08%
B = 75.69%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2B24F6 (or 0x2B24F6) is known color: Han Purple. HEX triplet: 2B, 24 and F6. RGB value is (43,36,246). Sum of RGB (Red+Green+Blue) = 43+36+246=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 246 (96.48% from 255 or 75.69% from 325); Max value from RGB is 246 - color contains mainly: blue. Hex color #2B24F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B24F6 is #D4DB09. Grayscale: #3D3D3D. Windows color (decimal): -13949706 or 16131115. OLE color: 16131115.

HSL color Cylindrical-coordinate representation of color #2B24F6: hue angle of 242º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B24F6 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 43 36 246 -
CMYK 0.83 0.85 0 0.04
HSL 242º 0.92% 0.55% -
HSV(B) 242º 0.85% 0.96% -
XYZ 18.26 8.43 87.85 -
YUV 62.03 231.82 114.42 -
System Red Green Blue C M Y K H S L
Decimal 43 36 246 0.83 0.85 0 0.04 242 0.92 0.55
Hex 2B 24 F6 53 55 0 4 F2 5C 37
Octal 53 44 366 123 125 0 4 362 134 67
Binary 101011 100100 11110110 1010011 1010101 0 100 11110010 1011100 110111

Color Harmonies of #2B24F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B24F6

Black with #2B24F6

Text Example


Text Example

White with #2B24F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B24F6; }

 p { color: rgb(43,36,246); }

 H1.HeaderClassName
 {
   color: #2B24F6;
 }
 .AnyTagClassName
 {
   color: #2B24F6;
 }
</style>

background-color css

<style>
 a { background-color: #2B24F6; }

 a { background-color: rgb(43,36,246); }

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

border-color css

<style>
 span { border-color: #2B24F6; }

 span { border-color: rgb(43,36,246); }

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