Html Css Color HEX #351D82 Persian Indigo

📋 copy color: '#351D82'

red 53 ◦ green 29 ◦ blue 130

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

Shades of Persian Indigo #351D82

Tints of Persian Indigo #351D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 61.32%

R = 25%
G = 13.68%
B = 61.32%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#351D82 (or 0x351D82) is known color: Persian Indigo. HEX triplet: 35, 1D and 82. RGB value is (53,29,130). Sum of RGB (Red+Green+Blue) = 53+29+130=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #351D82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351D82 is #CAE27D. Grayscale: #2F2F2F. Windows color (decimal): -13296254 or 8527157. OLE color: 8527157.

HSL color Cylindrical-coordinate representation of color #351D82: hue angle of 254.26º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #351D82 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 29 130 -
CMYK 0.59 0.78 0 0.49
HSL 254.26º 0.64% 0.31% -
HSV(B) 254.26º 0.78% 0.51% -
XYZ 5.94 3.25 21.43 -
YUV 47.69 174.45 131.79 -
System Red Green Blue C M Y K H S L
Decimal 53 29 130 0.59 0.78 0 0.49 254.26 0.64 0.31
Hex 35 1D 82 3B 4E 0 31 FE 40 1F
Octal 65 35 202 73 116 0 61 376 100 37
Binary 110101 11101 10000010 111011 1001110 0 110001 11111110 1000000 11111

Color Harmonies of #351D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D82

Black with #351D82

Text Example


Text Example

White with #351D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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