Html Css Color HEX #3A0CFB Han Purple

📋 copy color: '#3A0CFB'

red 58 ◦ green 12 ◦ blue 251

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

Shades of Han Purple #3A0CFB

Tints of Han Purple #3A0CFB

RGB

 RED value IS 58 (23.05% from 255) = 18.07%

 GREEN value IS 12 (5.08% from 255) = 3.74%

 BLUE value IS 251 (98.44% from 255) = 78.19%

R = 18.07%
G = 3.74%
B = 78.19%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3A0CFB (or 0x3A0CFB) is known color: Han Purple. HEX triplet: 3A, 0C and FB. RGB value is (58,12,251). Sum of RGB (Red+Green+Blue) = 58+12+251=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 251 (98.44% from 255 or 78.19% from 321); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A0CFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A0CFB is #C5F304. Grayscale: #343434. Windows color (decimal): -12972805 or 16452666. OLE color: 16452666.

HSL color Cylindrical-coordinate representation of color #3A0CFB: hue angle of 251.55º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0CFB is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 12 251 -
CMYK 0.77 0.95 0 0.02
HSL 251.55º 0.97% 0.52% -
HSV(B) 251.55º 0.95% 0.98% -
XYZ 19.29 8.13 91.82 -
YUV 53 239.74 131.57 -
System Red Green Blue C M Y K H S L
Decimal 58 12 251 0.77 0.95 0 0.02 251.55 0.97 0.52
Hex 3A C FB 4D 5F 0 2 FC 61 34
Octal 72 14 373 115 137 0 2 374 141 64
Binary 111010 1100 11111011 1001101 1011111 0 10 11111100 1100001 110100

Color Harmonies of #3A0CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0CFB

Black with #3A0CFB

Text Example


Text Example

White with #3A0CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,12,251); }

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

background-color css

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

 a { background-color: rgb(58,12,251); }

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

border-color css

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

 span { border-color: rgb(58,12,251); }

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