Html Css Color HEX #3B0ACD Han Purple

📋 copy color: '#3B0ACD'

red 59 ◦ green 10 ◦ blue 205

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

Shades of Han Purple #3B0ACD

Tints of Han Purple #3B0ACD

RGB

 RED value IS 59 (23.44% from 255) = 21.53%

 GREEN value IS 10 (4.3% from 255) = 3.65%

 BLUE value IS 205 (80.47% from 255) = 74.82%

R = 21.53%
G = 3.65%
B = 74.82%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3B0ACD (or 0x3B0ACD) is known color: Han Purple. HEX triplet: 3B, 0A and CD. RGB value is (59,10,205). Sum of RGB (Red+Green+Blue) = 59+10+205=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 205 (80.47% from 255 or 74.82% from 274); Max value from RGB is 205 - color contains mainly: blue. Hex color #3B0ACD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0ACD is #C4F532. Grayscale: #2E2E2E. Windows color (decimal): -12907827 or 13437499. OLE color: 13437499.

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

Color convert

RGB 59 10 205 -
CMYK 0.71 0.95 0 0.20
HSL 255.08º 0.91% 0.42% -
HSV(B) 255.08º 0.95% 0.8% -
XYZ 12.93 5.55 58.15 -
YUV 46.88 217.23 136.64 -
System Red Green Blue C M Y K H S L
Decimal 59 10 205 0.71 0.95 0 0.20 255.08 0.91 0.42
Hex 3B A CD 47 5F 0 14 FF 5B 2A
Octal 73 12 315 107 137 0 24 377 133 52
Binary 111011 1010 11001101 1000111 1011111 0 10100 11111111 1011011 101010

Color Harmonies of #3B0ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0ACD

Black with #3B0ACD

Text Example


Text Example

White with #3B0ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,10,205); }

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

background-color css

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

 a { background-color: rgb(59,10,205); }

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

border-color css

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

 span { border-color: rgb(59,10,205); }

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