Html Css Color HEX #2B13EF Han Purple

📋 copy color: '#2B13EF'

red 43 ◦ green 19 ◦ blue 239

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

Shades of Han Purple #2B13EF

Tints of Han Purple #2B13EF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.31%

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

R = 14.29%
G = 6.31%
B = 79.4%

CMYK

 C value IS 0.82

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2B13EF (or 0x2B13EF) is known color: Han Purple. HEX triplet: 2B, 13 and EF. RGB value is (43,19,239). Sum of RGB (Red+Green+Blue) = 43+19+239=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 239 (93.75% from 255 or 79.40% from 301); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B13EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B13EF is #D4EC10. Grayscale: #323232. Windows color (decimal): -13954065 or 15668011. OLE color: 15668011.

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

Color convert

RGB 43 19 239 -
CMYK 0.82 0.92 0 0.06
HSL 246.55º 0.87% 0.51% -
HSV(B) 246.55º 0.92% 0.94% -
XYZ 16.81 7.21 82.17 -
YUV 51.26 233.95 122.11 -
System Red Green Blue C M Y K H S L
Decimal 43 19 239 0.82 0.92 0 0.06 246.55 0.87 0.51
Hex 2B 13 EF 52 5C 0 6 F7 57 33
Octal 53 23 357 122 134 0 6 367 127 63
Binary 101011 10011 11101111 1010010 1011100 0 110 11110111 1010111 110011

Color Harmonies of #2B13EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B13EF

Black with #2B13EF

Text Example


Text Example

White with #2B13EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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