Html Css Color HEX #4503CC Han Purple

📋 copy color: '#4503CC'

red 69 ◦ green 3 ◦ blue 204

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

Shades of Han Purple #4503CC

Tints of Han Purple #4503CC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 204 (80.08% from 255) = 73.91%

R = 25%
G = 1.09%
B = 73.91%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4503CC (or 0x4503CC) is known color: Han Purple. HEX triplet: 45, 03 and CC. RGB value is (69,3,204). Sum of RGB (Red+Green+Blue) = 69+3+204=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 204 (80.08% from 255 or 73.91% from 276); Max value from RGB is 204 - color contains mainly: blue. Hex color #4503CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4503CC is #BAFC33. Grayscale: #2C2C2C. Windows color (decimal): -12254260 or 13370181. OLE color: 13370181.

HSL color Cylindrical-coordinate representation of color #4503CC: hue angle of 259.7º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4503CC is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 69 3 204 -
CMYK 0.66 0.99 0 0.2
HSL 259.7º 0.97% 0.41% -
HSV(B) 259.7º 0.99% 0.8% -
XYZ 13.39 5.69 57.52 -
YUV 45.65 217.37 144.66 -
System Red Green Blue C M Y K H S L
Decimal 69 3 204 0.66 0.99 0 0.2 259.7 0.97 0.41
Hex 45 3 CC 42 63 0 14 104 61 29
Octal 105 3 314 102 143 0 24 404 141 51
Binary 1000101 11 11001100 1000010 1100011 0 10100 100000100 1100001 101001

Color Harmonies of #4503CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4503CC

Black with #4503CC

Text Example


Text Example

White with #4503CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4503CC; }

 p { color: rgb(69,3,204); }

 H1.HeaderClassName
 {
   color: #4503CC;
 }
 .AnyTagClassName
 {
   color: #4503CC;
 }
</style>

background-color css

<style>
 a { background-color: #4503CC; }

 a { background-color: rgb(69,3,204); }

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

border-color css

<style>
 span { border-color: #4503CC; }

 span { border-color: rgb(69,3,204); }

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