Html Css Color HEX #351877 Persian Indigo

📋 copy color: '#351877'

red 53 ◦ green 24 ◦ blue 119

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

Shades of Persian Indigo #351877

Tints of Persian Indigo #351877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.24%

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

R = 27.04%
G = 12.24%
B = 60.71%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#351877 (or 0x351877) is known color: Persian Indigo. HEX triplet: 35, 18 and 77. RGB value is (53,24,119). Sum of RGB (Red+Green+Blue) = 53+24+119=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #351877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351877 is #CAE788. Grayscale: #2B2B2B. Windows color (decimal): -13297545 or 7804981. OLE color: 7804981.

HSL color Cylindrical-coordinate representation of color #351877: hue angle of 258.32º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #351877 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 24 119 -
CMYK 0.55 0.80 0 0.53
HSL 258.32º 0.66% 0.28% -
HSV(B) 258.32º 0.8% 0.47% -
XYZ 5.12 2.74 17.71 -
YUV 43.5 170.61 134.78 -
System Red Green Blue C M Y K H S L
Decimal 53 24 119 0.55 0.80 0 0.53 258.32 0.66 0.28
Hex 35 18 77 37 50 0 35 102 42 1C
Octal 65 30 167 67 120 0 65 402 102 34
Binary 110101 11000 1110111 110111 1010000 0 110101 100000010 1000010 11100

Color Harmonies of #351877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351877

Black with #351877

Text Example


Text Example

White with #351877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351877; }

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

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

background-color css

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

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

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

border-color css

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

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

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