Html Css Color HEX #351E77 Persian Indigo

📋 copy color: '#351E77'

red 53 ◦ green 30 ◦ blue 119

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

Shades of Persian Indigo #351E77

Tints of Persian Indigo #351E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 58.91%

R = 26.24%
G = 14.85%
B = 58.91%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#351E77 (or 0x351E77) is known color: Persian Indigo. HEX triplet: 35, 1E and 77. RGB value is (53,30,119). Sum of RGB (Red+Green+Blue) = 53+30+119=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #351E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351E77 is #CAE188. Grayscale: #2E2E2E. Windows color (decimal): -13296009 or 7806517. OLE color: 7806517.

HSL color Cylindrical-coordinate representation of color #351E77: hue angle of 255.51º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #351E77 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 30 119 -
CMYK 0.55 0.75 0 0.53
HSL 255.51º 0.6% 0.29% -
HSV(B) 255.51º 0.75% 0.47% -
XYZ 5.26 3.02 17.76 -
YUV 47.02 168.62 132.26 -
System Red Green Blue C M Y K H S L
Decimal 53 30 119 0.55 0.75 0 0.53 255.51 0.6 0.29
Hex 35 1E 77 37 4B 0 35 100 3C 1D
Octal 65 36 167 67 113 0 65 400 74 35
Binary 110101 11110 1110111 110111 1001011 0 110101 100000000 111100 11101

Color Harmonies of #351E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E77

Black with #351E77

Text Example


Text Example

White with #351E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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