Html Css Color HEX #4400CF Han Purple

📋 copy color: '#4400CF'

red 68 ◦ green 0 ◦ blue 207

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

Shades of Han Purple #4400CF

Tints of Han Purple #4400CF

RGB

 RED value IS 68 (26.95% from 255) = 24.73%

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

 BLUE value IS 207 (81.25% from 255) = 75.27%

R = 24.73%
G = 0%
B = 75.27%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4400CF (or 0x4400CF) is known color: Han Purple. HEX triplet: 44, 00 and CF. RGB value is (68,0,207). Sum of RGB (Red+Green+Blue) = 68+0+207=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 207 (81.25% from 255 or 75.27% from 275); Max value from RGB is 207 - color contains mainly: blue. Hex color #4400CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4400CF is #BBFF30. Grayscale: #2B2B2B. Windows color (decimal): -12320561 or 13566020. OLE color: 13566020.

HSL color Cylindrical-coordinate representation of color #4400CF: hue angle of 259.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4400CF is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 0 207 -
CMYK 0.67 1 0 0.19
HSL 259.71º 1% 0.41% -
HSV(B) 259.71º 1% 0.81% -
XYZ 13.65 5.73 59.42 -
YUV 43.93 220.03 145.17 -
System Red Green Blue C M Y K H S L
Decimal 68 0 207 0.67 1 0 0.19 259.71 1 0.41
Hex 44 0 CF 43 64 0 13 104 64 29
Octal 104 0 317 103 144 0 23 404 144 51
Binary 1000100 0 11001111 1000011 1100100 0 10011 100000100 1100100 101001

Color Harmonies of #4400CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4400CF

Black with #4400CF

Text Example


Text Example

White with #4400CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4400CF; }

 p { color: rgb(68,0,207); }

 H1.HeaderClassName
 {
   color: #4400CF;
 }
 .AnyTagClassName
 {
   color: #4400CF;
 }
</style>

background-color css

<style>
 a { background-color: #4400CF; }

 a { background-color: rgb(68,0,207); }

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

border-color css

<style>
 span { border-color: #4400CF; }

 span { border-color: rgb(68,0,207); }

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