Html Css Color HEX #3A03CB Han Purple

📋 copy color: '#3A03CB'

red 58 ◦ green 3 ◦ blue 203

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

Shades of Han Purple #3A03CB

Tints of Han Purple #3A03CB

RGB

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

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

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

R = 21.97%
G = 1.14%
B = 76.89%

CMYK

 C value IS 0.71

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A03CB (or 0x3A03CB) is known color: Han Purple. HEX triplet: 3A, 03 and CB. RGB value is (58,3,203). Sum of RGB (Red+Green+Blue) = 58+3+203=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 203 (79.69% from 255 or 76.89% from 264); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A03CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A03CB is #C5FC34. Grayscale: #292929. Windows color (decimal): -12975157 or 13304634. OLE color: 13304634.

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

Color convert

RGB 58 3 203 -
CMYK 0.71 0.99 0 0.20
HSL 256.5º 0.97% 0.4% -
HSV(B) 256.5º 0.99% 0.8% -
XYZ 12.56 5.28 56.86 -
YUV 42.25 218.72 139.24 -
System Red Green Blue C M Y K H S L
Decimal 58 3 203 0.71 0.99 0 0.20 256.5 0.97 0.4
Hex 3A 3 CB 47 63 0 14 100 61 28
Octal 72 3 313 107 143 0 24 400 141 50
Binary 111010 11 11001011 1000111 1100011 0 10100 100000000 1100001 101000

Color Harmonies of #3A03CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A03CB

Black with #3A03CB

Text Example


Text Example

White with #3A03CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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