Html Css Color HEX #3F05CD Han Purple

📋 copy color: '#3F05CD'

red 63 ◦ green 5 ◦ blue 205

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

Shades of Han Purple #3F05CD

Tints of Han Purple #3F05CD

RGB

 RED value IS 63 (25% from 255) = 23.08%

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

 BLUE value IS 205 (80.47% from 255) = 75.09%

R = 23.08%
G = 1.83%
B = 75.09%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F05CD (or 0x3F05CD) is known color: Han Purple. HEX triplet: 3F, 05 and CD. RGB value is (63,5,205). Sum of RGB (Red+Green+Blue) = 63+5+205=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F05CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F05CD is #C0FA32. Grayscale: #2C2C2C. Windows color (decimal): -12646963 or 13436223. OLE color: 13436223.

HSL color Cylindrical-coordinate representation of color #3F05CD: hue angle of 257.4º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F05CD is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 5 205 -
CMYK 0.69 0.98 0 0.20
HSL 257.4º 0.95% 0.41% -
HSV(B) 257.4º 0.98% 0.8% -
XYZ 13.12 5.57 58.14 -
YUV 45.14 218.22 140.74 -
System Red Green Blue C M Y K H S L
Decimal 63 5 205 0.69 0.98 0 0.20 257.4 0.95 0.41
Hex 3F 5 CD 45 62 0 14 101 5F 29
Octal 77 5 315 105 142 0 24 401 137 51
Binary 111111 101 11001101 1000101 1100010 0 10100 100000001 1011111 101001

Color Harmonies of #3F05CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F05CD

Black with #3F05CD

Text Example


Text Example

White with #3F05CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F05CD; }

 p { color: rgb(63,5,205); }

 H1.HeaderClassName
 {
   color: #3F05CD;
 }
 .AnyTagClassName
 {
   color: #3F05CD;
 }
</style>

background-color css

<style>
 a { background-color: #3F05CD; }

 a { background-color: rgb(63,5,205); }

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

border-color css

<style>
 span { border-color: #3F05CD; }

 span { border-color: rgb(63,5,205); }

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