Html Css Color HEX #351E75 Persian Indigo

📋 copy color: '#351E75'

red 53 ◦ green 30 ◦ blue 117

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

Shades of Persian Indigo #351E75

Tints of Persian Indigo #351E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 58.5%

R = 26.5%
G = 15%
B = 58.5%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#351E75 (or 0x351E75) is known color: Persian Indigo. HEX triplet: 35, 1E and 75. RGB value is (53,30,117). Sum of RGB (Red+Green+Blue) = 53+30+117=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #351E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351E75 is #CAE18A. Grayscale: #2E2E2E. Windows color (decimal): -13296011 or 7675445. OLE color: 7675445.

HSL color Cylindrical-coordinate representation of color #351E75: hue angle of 255.86º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #351E75 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 30 117 -
CMYK 0.55 0.74 0 0.54
HSL 255.86º 0.59% 0.29% -
HSV(B) 255.86º 0.74% 0.46% -
XYZ 5.14 2.97 17.13 -
YUV 46.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 53 30 117 0.55 0.74 0 0.54 255.86 0.59 0.29
Hex 35 1E 75 37 4A 0 36 100 3B 1D
Octal 65 36 165 67 112 0 66 400 73 35
Binary 110101 11110 1110101 110111 1001010 0 110110 100000000 111011 11101

Color Harmonies of #351E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E75

Black with #351E75

Text Example


Text Example

White with #351E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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