Html Css Color HEX #4530FD Han Purple

📋 copy color: '#4530FD'

red 69 ◦ green 48 ◦ blue 253

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

Shades of Han Purple #4530FD

Tints of Han Purple #4530FD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.97%

 BLUE value IS 253 (99.22% from 255) = 68.38%

R = 18.65%
G = 12.97%
B = 68.38%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4530FD (or 0x4530FD) is known color: Han Purple. HEX triplet: 45, 30 and FD. RGB value is (69,48,253). Sum of RGB (Red+Green+Blue) = 69+48+253=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #4530FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4530FD is #BACF02. Grayscale: #4C4C4C. Windows color (decimal): -12242691 or 16592965. OLE color: 16592965.

HSL color Cylindrical-coordinate representation of color #4530FD: hue angle of 246.15º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4530FD is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 69 48 253 -
CMYK 0.73 0.81 0 0.01
HSL 246.15º 0.98% 0.59% -
HSV(B) 246.15º 0.81% 0.99% -
XYZ 21.24 10.47 93.83 -
YUV 77.65 226.96 121.83 -
System Red Green Blue C M Y K H S L
Decimal 69 48 253 0.73 0.81 0 0.01 246.15 0.98 0.59
Hex 45 30 FD 49 51 0 1 F6 62 3B
Octal 105 60 375 111 121 0 1 366 142 73
Binary 1000101 110000 11111101 1001001 1010001 0 1 11110110 1100010 111011

Color Harmonies of #4530FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4530FD

Black with #4530FD

Text Example


Text Example

White with #4530FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4530FD; }

 p { color: rgb(69,48,253); }

 H1.HeaderClassName
 {
   color: #4530FD;
 }
 .AnyTagClassName
 {
   color: #4530FD;
 }
</style>

background-color css

<style>
 a { background-color: #4530FD; }

 a { background-color: rgb(69,48,253); }

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

border-color css

<style>
 span { border-color: #4530FD; }

 span { border-color: rgb(69,48,253); }

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