Html Css Color HEX #330DCF Han Purple

📋 copy color: '#330DCF'

red 51 ◦ green 13 ◦ blue 207

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

Shades of Han Purple #330DCF

Tints of Han Purple #330DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.8%

 BLUE value IS 207 (81.25% from 255) = 76.38%

R = 18.82%
G = 4.8%
B = 76.38%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#330DCF (or 0x330DCF) is known color: Han Purple. HEX triplet: 33, 0D and CF. RGB value is (51,13,207). Sum of RGB (Red+Green+Blue) = 51+13+207=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 207 (81.25% from 255 or 76.38% from 271); Max value from RGB is 207 - color contains mainly: blue. Hex color #330DCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330DCF is #CCF230. Grayscale: #2D2D2D. Windows color (decimal): -13431345 or 13569331. OLE color: 13569331.

HSL color Cylindrical-coordinate representation of color #330DCF: hue angle of 251.75º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330DCF is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 13 207 -
CMYK 0.75 0.94 0 0.19
HSL 251.75º 0.88% 0.43% -
HSV(B) 251.75º 0.94% 0.81% -
XYZ 12.77 5.5 59.42 -
YUV 46.48 218.59 131.23 -
System Red Green Blue C M Y K H S L
Decimal 51 13 207 0.75 0.94 0 0.19 251.75 0.88 0.43
Hex 33 D CF 4B 5E 0 13 FC 58 2B
Octal 63 15 317 113 136 0 23 374 130 53
Binary 110011 1101 11001111 1001011 1011110 0 10011 11111100 1011000 101011

Color Harmonies of #330DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330DCF

Black with #330DCF

Text Example


Text Example

White with #330DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330DCF; }

 p { color: rgb(51,13,207); }

 H1.HeaderClassName
 {
   color: #330DCF;
 }
 .AnyTagClassName
 {
   color: #330DCF;
 }
</style>

background-color css

<style>
 a { background-color: #330DCF; }

 a { background-color: rgb(51,13,207); }

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

border-color css

<style>
 span { border-color: #330DCF; }

 span { border-color: rgb(51,13,207); }

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