Html Css Color HEX #352679 Persian Indigo

📋 copy color: '#352679'

red 53 ◦ green 38 ◦ blue 121

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

Shades of Persian Indigo #352679

Tints of Persian Indigo #352679

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.92%

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

R = 25%
G = 17.92%
B = 57.08%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#352679 (or 0x352679) is known color: Persian Indigo. HEX triplet: 35, 26 and 79. RGB value is (53,38,121). Sum of RGB (Red+Green+Blue) = 53+38+121=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #352679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352679 is #CAD986. Grayscale: #333333. Windows color (decimal): -13293959 or 7939637. OLE color: 7939637.

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

Color convert

RGB 53 38 121 -
CMYK 0.56 0.69 0 0.53
HSL 250.84º 0.52% 0.31% -
HSV(B) 250.84º 0.69% 0.47% -
XYZ 5.61 3.52 18.47 -
YUV 51.95 166.97 128.75 -
System Red Green Blue C M Y K H S L
Decimal 53 38 121 0.56 0.69 0 0.53 250.84 0.52 0.31
Hex 35 26 79 38 45 0 35 FB 34 1F
Octal 65 46 171 70 105 0 65 373 64 37
Binary 110101 100110 1111001 111000 1000101 0 110101 11111011 110100 11111

Color Harmonies of #352679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352679

Black with #352679

Text Example


Text Example

White with #352679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352679; }

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

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

background-color css

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

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

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

border-color css

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

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

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