Html Css Color HEX #351D99 Persian Indigo

📋 copy color: '#351D99'

red 53 ◦ green 29 ◦ blue 153

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

Shades of Persian Indigo #351D99

Tints of Persian Indigo #351D99

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.34%

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

R = 22.55%
G = 12.34%
B = 65.11%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#351D99 (or 0x351D99) is known color: Persian Indigo. HEX triplet: 35, 1D and 99. RGB value is (53,29,153). Sum of RGB (Red+Green+Blue) = 53+29+153=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #351D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351D99 is #CAE266. Grayscale: #313131. Windows color (decimal): -13296231 or 10034485. OLE color: 10034485.

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

Color convert

RGB 53 29 153 -
CMYK 0.65 0.81 0 0.4
HSL 251.61º 0.68% 0.36% -
HSV(B) 251.61º 0.81% 0.6% -
XYZ 7.66 3.94 30.49 -
YUV 50.31 185.95 129.92 -
System Red Green Blue C M Y K H S L
Decimal 53 29 153 0.65 0.81 0 0.4 251.61 0.68 0.36
Hex 35 1D 99 41 51 0 28 FC 44 24
Octal 65 35 231 101 121 0 50 374 104 44
Binary 110101 11101 10011001 1000001 1010001 0 101000 11111100 1000100 100100

Color Harmonies of #351D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D99

Black with #351D99

Text Example


Text Example

White with #351D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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