Html Css Color HEX #2B27EE Han Purple

📋 copy color: '#2B27EE'

red 43 ◦ green 39 ◦ blue 238

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

Shades of Han Purple #2B27EE

Tints of Han Purple #2B27EE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.19%

 BLUE value IS 238 (93.36% from 255) = 74.38%

R = 13.44%
G = 12.19%
B = 74.38%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2B27EE (or 0x2B27EE) is known color: Han Purple. HEX triplet: 2B, 27 and EE. RGB value is (43,39,238). Sum of RGB (Red+Green+Blue) = 43+39+238=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 238 (93.36% from 255 or 74.38% from 320); Max value from RGB is 238 - color contains mainly: blue. Hex color #2B27EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B27EE is #D4D811. Grayscale: #3E3E3E. Windows color (decimal): -13948946 or 15607595. OLE color: 15607595.

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

Color convert

RGB 43 39 238 -
CMYK 0.82 0.84 0 0.07
HSL 241.21º 0.85% 0.54% -
HSV(B) 241.21º 0.84% 0.93% -
XYZ 17.15 8.14 81.56 -
YUV 62.88 226.83 113.82 -
System Red Green Blue C M Y K H S L
Decimal 43 39 238 0.82 0.84 0 0.07 241.21 0.85 0.54
Hex 2B 27 EE 52 54 0 7 F1 55 36
Octal 53 47 356 122 124 0 7 361 125 66
Binary 101011 100111 11101110 1010010 1010100 0 111 11110001 1010101 110110

Color Harmonies of #2B27EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B27EE

Black with #2B27EE

Text Example


Text Example

White with #2B27EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,39,238); }

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

background-color css

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

 a { background-color: rgb(43,39,238); }

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

border-color css

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

 span { border-color: rgb(43,39,238); }

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