Html Css Color HEX #4802CF Han Purple

📋 copy color: '#4802CF'

red 72 ◦ green 2 ◦ blue 207

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

Shades of Han Purple #4802CF

Tints of Han Purple #4802CF

RGB

 RED value IS 72 (28.52% from 255) = 25.62%

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 25.62%
G = 0.71%
B = 73.67%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4802CF (or 0x4802CF) is known color: Han Purple. HEX triplet: 48, 02 and CF. RGB value is (72,2,207). Sum of RGB (Red+Green+Blue) = 72+2+207=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 207 (81.25% from 255 or 73.67% from 281); Max value from RGB is 207 - color contains mainly: blue. Hex color #4802CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4802CF is #B7FD30. Grayscale: #2D2D2D. Windows color (decimal): -12057905 or 13566536. OLE color: 13566536.

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

Color convert

RGB 72 2 207 -
CMYK 0.65 0.99 0 0.19
HSL 260.49º 0.98% 0.41% -
HSV(B) 260.49º 0.99% 0.81% -
XYZ 13.96 5.93 59.44 -
YUV 46.3 218.69 146.33 -
System Red Green Blue C M Y K H S L
Decimal 72 2 207 0.65 0.99 0 0.19 260.49 0.98 0.41
Hex 48 2 CF 41 63 0 13 104 62 29
Octal 110 2 317 101 143 0 23 404 142 51
Binary 1001000 10 11001111 1000001 1100011 0 10011 100000100 1100010 101001

Color Harmonies of #4802CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4802CF

Black with #4802CF

Text Example


Text Example

White with #4802CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,2,207); }

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

background-color css

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

 a { background-color: rgb(72,2,207); }

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

border-color css

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

 span { border-color: rgb(72,2,207); }

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