Html Css Color HEX #450CDD Han Purple

📋 copy color: '#450CDD'

red 69 ◦ green 12 ◦ blue 221

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

Shades of Han Purple #450CDD

Tints of Han Purple #450CDD

RGB

 RED value IS 69 (27.34% from 255) = 22.85%

 GREEN value IS 12 (5.08% from 255) = 3.97%

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

R = 22.85%
G = 3.97%
B = 73.18%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#450CDD (or 0x450CDD) is known color: Han Purple. HEX triplet: 45, 0C and DD. RGB value is (69,12,221). Sum of RGB (Red+Green+Blue) = 69+12+221=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #450CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450CDD is #BAF322. Grayscale: #343434. Windows color (decimal): -12251939 or 14486597. OLE color: 14486597.

HSL color Cylindrical-coordinate representation of color #450CDD: hue angle of 256.36º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450CDD is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 12 221 -
CMYK 0.69 0.95 0 0.13
HSL 256.36º 0.9% 0.46% -
HSV(B) 256.36º 0.95% 0.87% -
XYZ 15.64 6.75 68.89 -
YUV 52.87 222.88 139.51 -
System Red Green Blue C M Y K H S L
Decimal 69 12 221 0.69 0.95 0 0.13 256.36 0.9 0.46
Hex 45 C DD 45 5F 0 D 100 5A 2E
Octal 105 14 335 105 137 0 15 400 132 56
Binary 1000101 1100 11011101 1000101 1011111 0 1101 100000000 1011010 101110

Color Harmonies of #450CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450CDD

Black with #450CDD

Text Example


Text Example

White with #450CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450CDD; }

 p { color: rgb(69,12,221); }

 H1.HeaderClassName
 {
   color: #450CDD;
 }
 .AnyTagClassName
 {
   color: #450CDD;
 }
</style>

background-color css

<style>
 a { background-color: #450CDD; }

 a { background-color: rgb(69,12,221); }

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

border-color css

<style>
 span { border-color: #450CDD; }

 span { border-color: rgb(69,12,221); }

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