Html Css Color HEX #351CEA Han Purple

📋 copy color: '#351CEA'

red 53 ◦ green 28 ◦ blue 234

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

Shades of Han Purple #351CEA

Tints of Han Purple #351CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.89%

 BLUE value IS 234 (91.8% from 255) = 74.29%

R = 16.83%
G = 8.89%
B = 74.29%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#351CEA (or 0x351CEA) is known color: Han Purple. HEX triplet: 35, 1C and EA. RGB value is (53,28,234). Sum of RGB (Red+Green+Blue) = 53+28+234=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #351CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351CEA is #CAE315. Grayscale: #3A3A3A. Windows color (decimal): -13296406 or 15342645. OLE color: 15342645.

HSL color Cylindrical-coordinate representation of color #351CEA: hue angle of 247.28º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #351CEA is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 28 234 -
CMYK 0.77 0.88 0 0.08
HSL 247.28º 0.83% 0.51% -
HSV(B) 247.28º 0.88% 0.92% -
XYZ 16.73 7.53 78.41 -
YUV 58.96 226.78 123.75 -
System Red Green Blue C M Y K H S L
Decimal 53 28 234 0.77 0.88 0 0.08 247.28 0.83 0.51
Hex 35 1C EA 4D 58 0 8 F7 53 33
Octal 65 34 352 115 130 0 10 367 123 63
Binary 110101 11100 11101010 1001101 1011000 0 1000 11110111 1010011 110011

Color Harmonies of #351CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351CEA

Black with #351CEA

Text Example


Text Example

White with #351CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351CEA; }

 p { color: rgb(53,28,234); }

 H1.HeaderClassName
 {
   color: #351CEA;
 }
 .AnyTagClassName
 {
   color: #351CEA;
 }
</style>

background-color css

<style>
 a { background-color: #351CEA; }

 a { background-color: rgb(53,28,234); }

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

border-color css

<style>
 span { border-color: #351CEA; }

 span { border-color: rgb(53,28,234); }

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