Html Css Color HEX #351679 Persian Indigo

📋 copy color: '#351679'

red 53 ◦ green 22 ◦ blue 121

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

Shades of Persian Indigo #351679

Tints of Persian Indigo #351679

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.22%

 BLUE value IS 121 (47.66% from 255) = 61.73%

R = 27.04%
G = 11.22%
B = 61.73%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#351679 (or 0x351679) is known color: Persian Indigo. HEX triplet: 35, 16 and 79. RGB value is (53,22,121). Sum of RGB (Red+Green+Blue) = 53+22+121=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 121 (47.66% from 255 or 61.73% from 196); Max value from RGB is 121 - color contains mainly: blue. Hex color #351679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351679 is #CAE986. Grayscale: #2A2A2A. Windows color (decimal): -13298055 or 7935541. OLE color: 7935541.

HSL color Cylindrical-coordinate representation of color #351679: hue angle of 258.79º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #351679 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 22 121 -
CMYK 0.56 0.82 0 0.53
HSL 258.79º 0.69% 0.28% -
HSV(B) 258.79º 0.82% 0.47% -
XYZ 5.21 2.71 18.34 -
YUV 42.56 172.27 135.45 -
System Red Green Blue C M Y K H S L
Decimal 53 22 121 0.56 0.82 0 0.53 258.79 0.69 0.28
Hex 35 16 79 38 52 0 35 103 45 1C
Octal 65 26 171 70 122 0 65 403 105 34
Binary 110101 10110 1111001 111000 1010010 0 110101 100000011 1000101 11100

Color Harmonies of #351679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351679

Black with #351679

Text Example


Text Example

White with #351679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351679; }

 p { color: rgb(53,22,121); }

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

background-color css

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

 a { background-color: rgb(53,22,121); }

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

border-color css

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

 span { border-color: rgb(53,22,121); }

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