Html Css Color HEX #3A0CCB Han Purple

📋 copy color: '#3A0CCB'

red 58 ◦ green 12 ◦ blue 203

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

Shades of Han Purple #3A0CCB

Tints of Han Purple #3A0CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 74.36%

R = 21.25%
G = 4.4%
B = 74.36%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A0CCB (or 0x3A0CCB) is known color: Han Purple. HEX triplet: 3A, 0C and CB. RGB value is (58,12,203). Sum of RGB (Red+Green+Blue) = 58+12+203=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A0CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0CCB is #C5F334. Grayscale: #2E2E2E. Windows color (decimal): -12972853 or 13306938. OLE color: 13306938.

HSL color Cylindrical-coordinate representation of color #3A0CCB: hue angle of 254.45º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0CCB is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 12 203 -
CMYK 0.71 0.94 0 0.20
HSL 254.45º 0.89% 0.42% -
HSV(B) 254.45º 0.94% 0.8% -
XYZ 12.66 5.47 56.89 -
YUV 47.53 215.74 135.47 -
System Red Green Blue C M Y K H S L
Decimal 58 12 203 0.71 0.94 0 0.20 254.45 0.89 0.42
Hex 3A C CB 47 5E 0 14 FE 59 2A
Octal 72 14 313 107 136 0 24 376 131 52
Binary 111010 1100 11001011 1000111 1011110 0 10100 11111110 1011001 101010

Color Harmonies of #3A0CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0CCB

Black with #3A0CCB

Text Example


Text Example

White with #3A0CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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