Html Css Color HEX #351C99 Persian Indigo

📋 copy color: '#351C99'

red 53 ◦ green 28 ◦ blue 153

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

Shades of Persian Indigo #351C99

Tints of Persian Indigo #351C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 65.38%

R = 22.65%
G = 11.97%
B = 65.38%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#351C99 (or 0x351C99) is known color: Persian Indigo. HEX triplet: 35, 1C and 99. RGB value is (53,28,153). Sum of RGB (Red+Green+Blue) = 53+28+153=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #351C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351C99 is #CAE366. Grayscale: #313131. Windows color (decimal): -13296487 or 10034229. OLE color: 10034229.

HSL color Cylindrical-coordinate representation of color #351C99: hue angle of 252º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #351C99 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 28 153 -
CMYK 0.65 0.82 0 0.4
HSL 252º 0.69% 0.35% -
HSV(B) 252º 0.82% 0.6% -
XYZ 7.63 3.89 30.49 -
YUV 49.73 186.28 130.34 -
System Red Green Blue C M Y K H S L
Decimal 53 28 153 0.65 0.82 0 0.4 252 0.69 0.35
Hex 35 1C 99 41 52 0 28 FC 45 23
Octal 65 34 231 101 122 0 50 374 105 43
Binary 110101 11100 10011001 1000001 1010010 0 101000 11111100 1000101 100011

Color Harmonies of #351C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351C99

Black with #351C99

Text Example


Text Example

White with #351C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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