Html Css Color HEX #350868 Persian Indigo

📋 copy color: '#350868'

red 53 ◦ green 8 ◦ blue 104

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

Shades of Persian Indigo #350868

Tints of Persian Indigo #350868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.85%

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

R = 32.12%
G = 4.85%
B = 63.03%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#350868 (or 0x350868) is known color: Persian Indigo. HEX triplet: 35, 08 and 68. RGB value is (53,8,104). Sum of RGB (Red+Green+Blue) = 53+8+104=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 104 (41.02% from 255 or 63.03% from 165); Max value from RGB is 104 - color contains mainly: blue. Hex color #350868 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350868 is #CAF797. Grayscale: #202020. Windows color (decimal): -13301656 or 6817845. OLE color: 6817845.

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

Color convert

RGB 53 8 104 -
CMYK 0.49 0.92 0 0.59
HSL 268.13º 0.86% 0.22% -
HSV(B) 268.13º 0.92% 0.41% -
XYZ 4.05 1.93 13.26 -
YUV 32.4 168.41 142.69 -
System Red Green Blue C M Y K H S L
Decimal 53 8 104 0.49 0.92 0 0.59 268.13 0.86 0.22
Hex 35 8 68 31 5C 0 3B 10C 56 16
Octal 65 10 150 61 134 0 73 414 126 26
Binary 110101 1000 1101000 110001 1011100 0 111011 100001100 1010110 10110

Color Harmonies of #350868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350868

Black with #350868

Text Example


Text Example

White with #350868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350868; }

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

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

background-color css

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

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

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

border-color css

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

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

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