Html Css Color HEX #351D9E Persian Indigo

📋 copy color: '#351D9E'

red 53 ◦ green 29 ◦ blue 158

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

Shades of Persian Indigo #351D9E

Tints of Persian Indigo #351D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 65.83%

R = 22.08%
G = 12.08%
B = 65.83%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#351D9E (or 0x351D9E) is known color: Persian Indigo. HEX triplet: 35, 1D and 9E. RGB value is (53,29,158). Sum of RGB (Red+Green+Blue) = 53+29+158=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #351D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351D9E is #CAE261. Grayscale: #323232. Windows color (decimal): -13296226 or 10362165. OLE color: 10362165.

HSL color Cylindrical-coordinate representation of color #351D9E: hue angle of 251.16º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #351D9E is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 29 158 -
CMYK 0.66 0.82 0 0.38
HSL 251.16º 0.69% 0.37% -
HSV(B) 251.16º 0.82% 0.62% -
XYZ 8.08 4.1 32.71 -
YUV 50.88 188.45 129.51 -
System Red Green Blue C M Y K H S L
Decimal 53 29 158 0.66 0.82 0 0.38 251.16 0.69 0.37
Hex 35 1D 9E 42 52 0 26 FB 45 25
Octal 65 35 236 102 122 0 46 373 105 45
Binary 110101 11101 10011110 1000010 1010010 0 100110 11111011 1000101 100101

Color Harmonies of #351D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D9E

Black with #351D9E

Text Example


Text Example

White with #351D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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