Html Css Color HEX #2B15ED Han Purple

📋 copy color: '#2B15ED'

red 43 ◦ green 21 ◦ blue 237

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

Shades of Han Purple #2B15ED

Tints of Han Purple #2B15ED

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.98%

 BLUE value IS 237 (92.97% from 255) = 78.74%

R = 14.29%
G = 6.98%
B = 78.74%

CMYK

 C value IS 0.82

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2B15ED (or 0x2B15ED) is known color: Han Purple. HEX triplet: 2B, 15 and ED. RGB value is (43,21,237). Sum of RGB (Red+Green+Blue) = 43+21+237=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 237 (92.97% from 255 or 78.74% from 301); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B15ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B15ED is #D4EA12. Grayscale: #333333. Windows color (decimal): -13953555 or 15537451. OLE color: 15537451.

HSL color Cylindrical-coordinate representation of color #2B15ED: hue angle of 246.11º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B15ED is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 21 237 -
CMYK 0.82 0.91 0 0.07
HSL 246.11º 0.86% 0.51% -
HSV(B) 246.11º 0.91% 0.93% -
XYZ 16.55 7.16 80.63 -
YUV 52.2 232.29 121.44 -
System Red Green Blue C M Y K H S L
Decimal 43 21 237 0.82 0.91 0 0.07 246.11 0.86 0.51
Hex 2B 15 ED 52 5B 0 7 F6 56 33
Octal 53 25 355 122 133 0 7 366 126 63
Binary 101011 10101 11101101 1010010 1011011 0 111 11110110 1010110 110011

Color Harmonies of #2B15ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B15ED

Black with #2B15ED

Text Example


Text Example

White with #2B15ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,21,237); }

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

background-color css

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

 a { background-color: rgb(43,21,237); }

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

border-color css

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

 span { border-color: rgb(43,21,237); }

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