Html Css Color HEX #351D85 Persian Indigo

📋 copy color: '#351D85'

red 53 ◦ green 29 ◦ blue 133

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

Shades of Persian Indigo #351D85

Tints of Persian Indigo #351D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 61.86%

R = 24.65%
G = 13.49%
B = 61.86%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#351D85 (or 0x351D85) is known color: Persian Indigo. HEX triplet: 35, 1D and 85. RGB value is (53,29,133). Sum of RGB (Red+Green+Blue) = 53+29+133=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #351D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351D85 is #CAE27A. Grayscale: #2F2F2F. Windows color (decimal): -13296251 or 8723765. OLE color: 8723765.

HSL color Cylindrical-coordinate representation of color #351D85: hue angle of 253.85º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #351D85 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 29 133 -
CMYK 0.60 0.78 0 0.48
HSL 253.85º 0.64% 0.32% -
HSV(B) 253.85º 0.78% 0.52% -
XYZ 6.14 3.33 22.51 -
YUV 48.03 175.95 131.54 -
System Red Green Blue C M Y K H S L
Decimal 53 29 133 0.60 0.78 0 0.48 253.85 0.64 0.32
Hex 35 1D 85 3C 4E 0 30 FE 40 20
Octal 65 35 205 74 116 0 60 376 100 40
Binary 110101 11101 10000101 111100 1001110 0 110000 11111110 1000000 100000

Color Harmonies of #351D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D85

Black with #351D85

Text Example


Text Example

White with #351D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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