Html Css Color HEX #3A09CB Han Purple

📋 copy color: '#3A09CB'

red 58 ◦ green 9 ◦ blue 203

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

Shades of Han Purple #3A09CB

Tints of Han Purple #3A09CB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.33%

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

R = 21.48%
G = 3.33%
B = 75.19%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A09CB (or 0x3A09CB) is known color: Han Purple. HEX triplet: 3A, 09 and CB. RGB value is (58,9,203). Sum of RGB (Red+Green+Blue) = 58+9+203=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A09CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A09CB is #C5F634. Grayscale: #2D2D2D. Windows color (decimal): -12973621 or 13306170. OLE color: 13306170.

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

Color convert

RGB 58 9 203 -
CMYK 0.71 0.96 0 0.20
HSL 255.15º 0.92% 0.42% -
HSV(B) 255.15º 0.96% 0.8% -
XYZ 12.62 5.41 56.88 -
YUV 45.77 216.73 136.73 -
System Red Green Blue C M Y K H S L
Decimal 58 9 203 0.71 0.96 0 0.20 255.15 0.92 0.42
Hex 3A 9 CB 47 60 0 14 FF 5C 2A
Octal 72 11 313 107 140 0 24 377 134 52
Binary 111010 1001 11001011 1000111 1100000 0 10100 11111111 1011100 101010

Color Harmonies of #3A09CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A09CB

Black with #3A09CB

Text Example


Text Example

White with #3A09CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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