Html Css Color HEX #3308DA Han Purple

📋 copy color: '#3308DA'

red 51 ◦ green 8 ◦ blue 218

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

Shades of Han Purple #3308DA

Tints of Han Purple #3308DA

RGB

 RED value IS 51 (20.31% from 255) = 18.41%

 GREEN value IS 8 (3.52% from 255) = 2.89%

 BLUE value IS 218 (85.55% from 255) = 78.7%

R = 18.41%
G = 2.89%
B = 78.7%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3308DA (or 0x3308DA) is known color: Han Purple. HEX triplet: 33, 08 and DA. RGB value is (51,8,218). Sum of RGB (Red+Green+Blue) = 51+8+218=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 218 (85.55% from 255 or 78.70% from 277); Max value from RGB is 218 - color contains mainly: blue. Hex color #3308DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3308DA is #CCF725. Grayscale: #2C2C2C. Windows color (decimal): -13432614 or 14288947. OLE color: 14288947.

HSL color Cylindrical-coordinate representation of color #3308DA: hue angle of 252.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3308DA is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 8 218 -
CMYK 0.77 0.96 0 0.15
HSL 252.29º 0.93% 0.44% -
HSV(B) 252.29º 0.96% 0.85% -
XYZ 14.11 5.94 66.73 -
YUV 44.8 225.75 132.42 -
System Red Green Blue C M Y K H S L
Decimal 51 8 218 0.77 0.96 0 0.15 252.29 0.93 0.44
Hex 33 8 DA 4D 60 0 F FC 5D 2C
Octal 63 10 332 115 140 0 17 374 135 54
Binary 110011 1000 11011010 1001101 1100000 0 1111 11111100 1011101 101100

Color Harmonies of #3308DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3308DA

Black with #3308DA

Text Example


Text Example

White with #3308DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3308DA; }

 p { color: rgb(51,8,218); }

 H1.HeaderClassName
 {
   color: #3308DA;
 }
 .AnyTagClassName
 {
   color: #3308DA;
 }
</style>

background-color css

<style>
 a { background-color: #3308DA; }

 a { background-color: rgb(51,8,218); }

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

border-color css

<style>
 span { border-color: #3308DA; }

 span { border-color: rgb(51,8,218); }

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