Html Css Color HEX #3F05CA Han Purple

📋 copy color: '#3F05CA'

red 63 ◦ green 5 ◦ blue 202

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

Shades of Han Purple #3F05CA

Tints of Han Purple #3F05CA

RGB

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

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

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

R = 23.33%
G = 1.85%
B = 74.81%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3F05CA (or 0x3F05CA) is known color: Han Purple. HEX triplet: 3F, 05 and CA. RGB value is (63,5,202). Sum of RGB (Red+Green+Blue) = 63+5+202=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 202 (79.30% from 255 or 74.81% from 270); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F05CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F05CA is #C0FA35. Grayscale: #2C2C2C. Windows color (decimal): -12646966 or 13239615. OLE color: 13239615.

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

Color convert

RGB 63 5 202 -
CMYK 0.69 0.98 0 0.21
HSL 257.67º 0.95% 0.41% -
HSV(B) 257.67º 0.98% 0.79% -
XYZ 12.76 5.43 56.25 -
YUV 44.8 216.72 140.98 -
System Red Green Blue C M Y K H S L
Decimal 63 5 202 0.69 0.98 0 0.21 257.67 0.95 0.41
Hex 3F 5 CA 45 62 0 15 102 5F 29
Octal 77 5 312 105 142 0 25 402 137 51
Binary 111111 101 11001010 1000101 1100010 0 10101 100000010 1011111 101001

Color Harmonies of #3F05CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F05CA

Black with #3F05CA

Text Example


Text Example

White with #3F05CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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