Html Css Color HEX #350279 Persian Indigo

📋 copy color: '#350279'

red 53 ◦ green 2 ◦ blue 121

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

Shades of Persian Indigo #350279

Tints of Persian Indigo #350279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

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

R = 30.11%
G = 1.14%
B = 68.75%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#350279 (or 0x350279) is known color: Persian Indigo. HEX triplet: 35, 02 and 79. RGB value is (53,2,121). Sum of RGB (Red+Green+Blue) = 53+2+121=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 121 (47.66% from 255 or 68.75% from 176); Max value from RGB is 121 - color contains mainly: blue. Hex color #350279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350279 is #CAFD86. Grayscale: #1E1E1E. Windows color (decimal): -13303175 or 7930421. OLE color: 7930421.

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

Color convert

RGB 53 2 121 -
CMYK 0.56 0.98 0 0.53
HSL 265.71º 0.97% 0.24% -
HSV(B) 265.71º 0.98% 0.47% -
XYZ 4.94 2.18 18.25 -
YUV 30.82 178.9 143.82 -
System Red Green Blue C M Y K H S L
Decimal 53 2 121 0.56 0.98 0 0.53 265.71 0.97 0.24
Hex 35 2 79 38 62 0 35 10A 61 18
Octal 65 2 171 70 142 0 65 412 141 30
Binary 110101 10 1111001 111000 1100010 0 110101 100001010 1100001 11000

Color Harmonies of #350279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350279

Black with #350279

Text Example


Text Example

White with #350279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350279; }

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

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

background-color css

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

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

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

border-color css

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

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

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