Html Css Color HEX #350BCF Han Purple

📋 copy color: '#350BCF'

red 53 ◦ green 11 ◦ blue 207

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

Shades of Han Purple #350BCF

Tints of Han Purple #350BCF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.06%

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

R = 19.56%
G = 4.06%
B = 76.38%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#350BCF (or 0x350BCF) is known color: Han Purple. HEX triplet: 35, 0B and CF. RGB value is (53,11,207). Sum of RGB (Red+Green+Blue) = 53+11+207=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 11 (4.69% from 255 or 4.06% 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 #350BCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350BCF is #CAF430. Grayscale: #2D2D2D. Windows color (decimal): -13300785 or 13568821. OLE color: 13568821.

HSL color Cylindrical-coordinate representation of color #350BCF: hue angle of 252.86º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350BCF is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 11 207 -
CMYK 0.74 0.95 0 0.19
HSL 252.86º 0.9% 0.43% -
HSV(B) 252.86º 0.95% 0.81% -
XYZ 12.85 5.5 59.42 -
YUV 45.9 218.91 133.06 -
System Red Green Blue C M Y K H S L
Decimal 53 11 207 0.74 0.95 0 0.19 252.86 0.9 0.43
Hex 35 B CF 4A 5F 0 13 FD 5A 2B
Octal 65 13 317 112 137 0 23 375 132 53
Binary 110101 1011 11001111 1001010 1011111 0 10011 11111101 1011010 101011

Color Harmonies of #350BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350BCF

Black with #350BCF

Text Example


Text Example

White with #350BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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