Html Css Color HEX #2F00DD Han Purple

📋 copy color: '#2F00DD'

red 47 ◦ green 0 ◦ blue 221

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

Shades of Han Purple #2F00DD

Tints of Han Purple #2F00DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 17.54%
G = 0%
B = 82.46%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F00DD (or 0x2F00DD) is known color: Han Purple. HEX triplet: 2F, 00 and DD. RGB value is (47,0,221). Sum of RGB (Red+Green+Blue) = 47+0+221=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 221 (86.72% from 255 or 82.46% from 268); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F00DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F00DD is #D0FF22. Grayscale: #262626. Windows color (decimal): -13696803 or 14483503. OLE color: 14483503.

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

Color convert

RGB 47 0 221 -
CMYK 0.79 1 0 0.13
HSL 252.76º 1% 0.43% -
HSV(B) 252.76º 1% 0.87% -
XYZ 14.22 5.82 68.78 -
YUV 39.25 230.57 133.53 -
System Red Green Blue C M Y K H S L
Decimal 47 0 221 0.79 1 0 0.13 252.76 1 0.43
Hex 2F 0 DD 4F 64 0 D FD 64 2B
Octal 57 0 335 117 144 0 15 375 144 53
Binary 101111 0 11011101 1001111 1100100 0 1101 11111101 1100100 101011

Color Harmonies of #2F00DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F00DD

Black with #2F00DD

Text Example


Text Example

White with #2F00DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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