Html Css Color HEX #351E71 Persian Indigo

📋 copy color: '#351E71'

red 53 ◦ green 30 ◦ blue 113

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

Shades of Persian Indigo #351E71

Tints of Persian Indigo #351E71

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.31%

 BLUE value IS 113 (44.53% from 255) = 57.65%

R = 27.04%
G = 15.31%
B = 57.65%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#351E71 (or 0x351E71) is known color: Persian Indigo. HEX triplet: 35, 1E and 71. RGB value is (53,30,113). Sum of RGB (Red+Green+Blue) = 53+30+113=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #351E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351E71 is #CAE18E. Grayscale: #2E2E2E. Windows color (decimal): -13296015 or 7413301. OLE color: 7413301.

HSL color Cylindrical-coordinate representation of color #351E71: hue angle of 256.63º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #351E71 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 30 113 -
CMYK 0.53 0.73 0 0.56
HSL 256.63º 0.58% 0.28% -
HSV(B) 256.63º 0.73% 0.44% -
XYZ 4.91 2.88 15.92 -
YUV 46.34 165.62 132.75 -
System Red Green Blue C M Y K H S L
Decimal 53 30 113 0.53 0.73 0 0.56 256.63 0.58 0.28
Hex 35 1E 71 35 49 0 38 101 3A 1C
Octal 65 36 161 65 111 0 70 401 72 34
Binary 110101 11110 1110001 110101 1001001 0 111000 100000001 111010 11100

Color Harmonies of #351E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E71

Black with #351E71

Text Example


Text Example

White with #351E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,30,113); }

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

background-color css

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

 a { background-color: rgb(53,30,113); }

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

border-color css

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

 span { border-color: rgb(53,30,113); }

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