Html Css Color HEX #3005ED Han Purple

📋 copy color: '#3005ED'

red 48 ◦ green 5 ◦ blue 237

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

Shades of Han Purple #3005ED

Tints of Han Purple #3005ED

RGB

 RED value IS 48 (19.14% from 255) = 16.55%

 GREEN value IS 5 (2.34% from 255) = 1.72%

 BLUE value IS 237 (92.97% from 255) = 81.72%

R = 16.55%
G = 1.72%
B = 81.72%

CMYK

 C value IS 0.80

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3005ED (or 0x3005ED) is known color: Han Purple. HEX triplet: 30, 05 and ED. RGB value is (48,5,237). Sum of RGB (Red+Green+Blue) = 48+5+237=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 237 (92.97% from 255 or 81.72% from 290); Max value from RGB is 237 - color contains mainly: blue. Hex color #3005ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3005ED is #CFFA12. Grayscale: #2B2B2B. Windows color (decimal): -13629971 or 15533360. OLE color: 15533360.

HSL color Cylindrical-coordinate representation of color #3005ED: hue angle of 251.12º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3005ED is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 5 237 -
CMYK 0.80 0.98 0 0.07
HSL 251.12º 0.96% 0.47% -
HSV(B) 251.12º 0.98% 0.93% -
XYZ 16.56 6.85 80.57 -
YUV 44.31 236.75 130.64 -
System Red Green Blue C M Y K H S L
Decimal 48 5 237 0.80 0.98 0 0.07 251.12 0.96 0.47
Hex 30 5 ED 50 62 0 7 FB 60 2F
Octal 60 5 355 120 142 0 7 373 140 57
Binary 110000 101 11101101 1010000 1100010 0 111 11111011 1100000 101111

Color Harmonies of #3005ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3005ED

Black with #3005ED

Text Example


Text Example

White with #3005ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3005ED; }

 p { color: rgb(48,5,237); }

 H1.HeaderClassName
 {
   color: #3005ED;
 }
 .AnyTagClassName
 {
   color: #3005ED;
 }
</style>

background-color css

<style>
 a { background-color: #3005ED; }

 a { background-color: rgb(48,5,237); }

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

border-color css

<style>
 span { border-color: #3005ED; }

 span { border-color: rgb(48,5,237); }

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