Html Css Color HEX #3A03CC Han Purple

📋 copy color: '#3A03CC'

red 58 ◦ green 3 ◦ blue 204

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

Shades of Han Purple #3A03CC

Tints of Han Purple #3A03CC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 204 (80.08% from 255) = 76.98%

R = 21.89%
G = 1.13%
B = 76.98%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A03CC (or 0x3A03CC) is known color: Han Purple. HEX triplet: 3A, 03 and CC. RGB value is (58,3,204). Sum of RGB (Red+Green+Blue) = 58+3+204=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 204 (80.08% from 255 or 76.98% from 265); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A03CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A03CC is #C5FC33. Grayscale: #292929. Windows color (decimal): -12975156 or 13370170. OLE color: 13370170.

HSL color Cylindrical-coordinate representation of color #3A03CC: hue angle of 256.42º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A03CC is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 3 204 -
CMYK 0.72 0.99 0 0.2
HSL 256.42º 0.97% 0.41% -
HSV(B) 256.42º 0.99% 0.8% -
XYZ 12.68 5.32 57.49 -
YUV 42.36 219.22 139.16 -
System Red Green Blue C M Y K H S L
Decimal 58 3 204 0.72 0.99 0 0.2 256.42 0.97 0.41
Hex 3A 3 CC 48 63 0 14 100 61 29
Octal 72 3 314 110 143 0 24 400 141 51
Binary 111010 11 11001100 1001000 1100011 0 10100 100000000 1100001 101001

Color Harmonies of #3A03CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A03CC

Black with #3A03CC

Text Example


Text Example

White with #3A03CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,3,204); }

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

background-color css

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

 a { background-color: rgb(58,3,204); }

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

border-color css

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

 span { border-color: rgb(58,3,204); }

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