Html Css Color HEX #350CCF Han Purple

📋 copy color: '#350CCF'

red 53 ◦ green 12 ◦ blue 207

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

Shades of Han Purple #350CCF

Tints of Han Purple #350CCF

RGB

 RED value IS 53 (21.09% from 255) = 19.49%

 GREEN value IS 12 (5.08% from 255) = 4.41%

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

R = 19.49%
G = 4.41%
B = 76.1%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#350CCF (or 0x350CCF) is known color: Han Purple. HEX triplet: 35, 0C and CF. RGB value is (53,12,207). Sum of RGB (Red+Green+Blue) = 53+12+207=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 207 (81.25% from 255 or 76.10% from 272); Max value from RGB is 207 - color contains mainly: blue. Hex color #350CCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350CCF is #CAF330. Grayscale: #2D2D2D. Windows color (decimal): -13300529 or 13569077. OLE color: 13569077.

HSL color Cylindrical-coordinate representation of color #350CCF: hue angle of 252.62º degrees, saturation: 0.89, 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 #350CCF is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 12 207 -
CMYK 0.74 0.94 0 0.19
HSL 252.62º 0.89% 0.43% -
HSV(B) 252.62º 0.94% 0.81% -
XYZ 12.86 5.52 59.42 -
YUV 46.49 218.58 132.64 -
System Red Green Blue C M Y K H S L
Decimal 53 12 207 0.74 0.94 0 0.19 252.62 0.89 0.43
Hex 35 C CF 4A 5E 0 13 FD 59 2B
Octal 65 14 317 112 136 0 23 375 131 53
Binary 110101 1100 11001111 1001010 1011110 0 10011 11111101 1011001 101011

Color Harmonies of #350CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350CCF

Black with #350CCF

Text Example


Text Example

White with #350CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350CCF; }

 p { color: rgb(53,12,207); }

 H1.HeaderClassName
 {
   color: #350CCF;
 }
 .AnyTagClassName
 {
   color: #350CCF;
 }
</style>

background-color css

<style>
 a { background-color: #350CCF; }

 a { background-color: rgb(53,12,207); }

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

border-color css

<style>
 span { border-color: #350CCF; }

 span { border-color: rgb(53,12,207); }

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