Html Css Color HEX #351E70 Persian Indigo

📋 copy color: '#351E70'

red 53 ◦ green 30 ◦ blue 112

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

Shades of Persian Indigo #351E70

Tints of Persian Indigo #351E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 57.44%

R = 27.18%
G = 15.38%
B = 57.44%

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

#351E70 (or 0x351E70) is known color: Persian Indigo. HEX triplet: 35, 1E and 70. RGB value is (53,30,112). Sum of RGB (Red+Green+Blue) = 53+30+112=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #351E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351E70 is #CAE18F. Grayscale: #2D2D2D. Windows color (decimal): -13296016 or 7347765. OLE color: 7347765.

HSL color Cylindrical-coordinate representation of color #351E70: hue angle of 256.83º 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 #351E70 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 30 112 -
CMYK 0.53 0.73 0 0.56
HSL 256.83º 0.58% 0.28% -
HSV(B) 256.83º 0.73% 0.44% -
XYZ 4.86 2.86 15.62 -
YUV 46.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 53 30 112 0.53 0.73 0 0.56 256.83 0.58 0.28
Hex 35 1E 70 35 49 0 38 101 3A 1C
Octal 65 36 160 65 111 0 70 401 72 34
Binary 110101 11110 1110000 110101 1001001 0 111000 100000001 111010 11100

Color Harmonies of #351E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E70

Black with #351E70

Text Example


Text Example

White with #351E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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