Html Css Color HEX #4501CA Han Purple

📋 copy color: '#4501CA'

red 69 ◦ green 1 ◦ blue 202

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

Shades of Han Purple #4501CA

Tints of Han Purple #4501CA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 202 (79.3% from 255) = 74.26%

R = 25.37%
G = 0.37%
B = 74.26%

CMYK

 C value IS 0.66

 M value IS 1.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4501CA (or 0x4501CA) is known color: Han Purple. HEX triplet: 45, 01 and CA. RGB value is (69,1,202). Sum of RGB (Red+Green+Blue) = 69+1+202=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 202 (79.30% from 255 or 74.26% from 272); Max value from RGB is 202 - color contains mainly: blue. Hex color #4501CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4501CA is #BAFE35. Grayscale: #2B2B2B. Windows color (decimal): -12254774 or 13238597. OLE color: 13238597.

HSL color Cylindrical-coordinate representation of color #4501CA: hue angle of 260.3º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4501CA is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 69 1 202 -
CMYK 0.66 1.00 0 0.21
HSL 260.3º 0.99% 0.4% -
HSV(B) 260.3º 1% 0.79% -
XYZ 13.13 5.55 56.26 -
YUV 44.25 217.03 145.66 -
System Red Green Blue C M Y K H S L
Decimal 69 1 202 0.66 1.00 0 0.21 260.3 0.99 0.4
Hex 45 1 CA 42 64 0 15 104 63 28
Octal 105 1 312 102 144 0 25 404 143 50
Binary 1000101 1 11001010 1000010 1100100 0 10101 100000100 1100011 101000

Color Harmonies of #4501CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4501CA

Black with #4501CA

Text Example


Text Example

White with #4501CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4501CA; }

 p { color: rgb(69,1,202); }

 H1.HeaderClassName
 {
   color: #4501CA;
 }
 .AnyTagClassName
 {
   color: #4501CA;
 }
</style>

background-color css

<style>
 a { background-color: #4501CA; }

 a { background-color: rgb(69,1,202); }

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

border-color css

<style>
 span { border-color: #4501CA; }

 span { border-color: rgb(69,1,202); }

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