Html Css Color HEX #2B09EF Han Purple

📋 copy color: '#2B09EF'

red 43 ◦ green 9 ◦ blue 239

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

Shades of Han Purple #2B09EF

Tints of Han Purple #2B09EF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.09%

 BLUE value IS 239 (93.75% from 255) = 82.13%

R = 14.78%
G = 3.09%
B = 82.13%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2B09EF (or 0x2B09EF) is known color: Han Purple. HEX triplet: 2B, 09 and EF. RGB value is (43,9,239). Sum of RGB (Red+Green+Blue) = 43+9+239=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 239 (93.75% from 255 or 82.13% from 291); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B09EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B09EF is #D4F610. Grayscale: #2C2C2C. Windows color (decimal): -13956625 or 15665451. OLE color: 15665451.

HSL color Cylindrical-coordinate representation of color #2B09EF: hue angle of 248.87º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B09EF is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 9 239 -
CMYK 0.82 0.96 0 0.06
HSL 248.87º 0.93% 0.49% -
HSV(B) 248.87º 0.96% 0.94% -
XYZ 16.67 6.94 82.12 -
YUV 45.39 237.26 126.3 -
System Red Green Blue C M Y K H S L
Decimal 43 9 239 0.82 0.96 0 0.06 248.87 0.93 0.49
Hex 2B 9 EF 52 60 0 6 F9 5D 31
Octal 53 11 357 122 140 0 6 371 135 61
Binary 101011 1001 11101111 1010010 1100000 0 110 11111001 1011101 110001

Color Harmonies of #2B09EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B09EF

Black with #2B09EF

Text Example


Text Example

White with #2B09EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,9,239); }

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

background-color css

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

 a { background-color: rgb(43,9,239); }

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

border-color css

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

 span { border-color: rgb(43,9,239); }

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