Html Css Color HEX #350568 Persian Indigo

📋 copy color: '#350568'

red 53 ◦ green 5 ◦ blue 104

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

Shades of Persian Indigo #350568

Tints of Persian Indigo #350568

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.09%

 BLUE value IS 104 (41.02% from 255) = 64.2%

R = 32.72%
G = 3.09%
B = 64.2%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#350568 (or 0x350568) is known color: Persian Indigo. HEX triplet: 35, 05 and 68. RGB value is (53,5,104). Sum of RGB (Red+Green+Blue) = 53+5+104=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 104 (41.02% from 255 or 64.20% from 162); Max value from RGB is 104 - color contains mainly: blue. Hex color #350568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350568 is #CAFA97. Grayscale: #1E1E1E. Windows color (decimal): -13302424 or 6817077. OLE color: 6817077.

HSL color Cylindrical-coordinate representation of color #350568: hue angle of 269.09º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350568 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 5 104 -
CMYK 0.49 0.95 0 0.59
HSL 269.09º 0.91% 0.21% -
HSV(B) 269.09º 0.95% 0.41% -
XYZ 4.02 1.86 13.24 -
YUV 30.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 53 5 104 0.49 0.95 0 0.59 269.09 0.91 0.21
Hex 35 5 68 31 5F 0 3B 10D 5B 15
Octal 65 5 150 61 137 0 73 415 133 25
Binary 110101 101 1101000 110001 1011111 0 111011 100001101 1011011 10101

Color Harmonies of #350568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350568

Black with #350568

Text Example


Text Example

White with #350568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350568; }

 p { color: rgb(53,5,104); }

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

background-color css

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

 a { background-color: rgb(53,5,104); }

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

border-color css

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

 span { border-color: rgb(53,5,104); }

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