Html Css Color HEX #2F15DD Han Purple

📋 copy color: '#2F15DD'

red 47 ◦ green 21 ◦ blue 221

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

Shades of Han Purple #2F15DD

Tints of Han Purple #2F15DD

RGB

 RED value IS 47 (18.75% from 255) = 16.26%

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

 BLUE value IS 221 (86.72% from 255) = 76.47%

R = 16.26%
G = 7.27%
B = 76.47%

CMYK

 C value IS 0.79

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F15DD (or 0x2F15DD) is known color: Han Purple. HEX triplet: 2F, 15 and DD. RGB value is (47,21,221). Sum of RGB (Red+Green+Blue) = 47+21+221=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F15DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F15DD is #D0EA22. Grayscale: #323232. Windows color (decimal): -13691427 or 14488879. OLE color: 14488879.

HSL color Cylindrical-coordinate representation of color #2F15DD: hue angle of 247.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F15DD is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 21 221 -
CMYK 0.79 0.90 0 0.13
HSL 247.8º 0.83% 0.47% -
HSV(B) 247.8º 0.9% 0.87% -
XYZ 14.49 6.36 68.87 -
YUV 51.57 223.61 124.74 -
System Red Green Blue C M Y K H S L
Decimal 47 21 221 0.79 0.90 0 0.13 247.8 0.83 0.47
Hex 2F 15 DD 4F 5A 0 D F8 53 2F
Octal 57 25 335 117 132 0 15 370 123 57
Binary 101111 10101 11011101 1001111 1011010 0 1101 11111000 1010011 101111

Color Harmonies of #2F15DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F15DD

Black with #2F15DD

Text Example


Text Example

White with #2F15DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,21,221); }

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

background-color css

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

 a { background-color: rgb(47,21,221); }

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

border-color css

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

 span { border-color: rgb(47,21,221); }

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