Html Css Color HEX #350468 Persian Indigo

📋 copy color: '#350468'

red 53 ◦ green 4 ◦ blue 104

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

Shades of Persian Indigo #350468

Tints of Persian Indigo #350468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.48%

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

R = 32.92%
G = 2.48%
B = 64.6%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#350468 (or 0x350468) is known color: Persian Indigo. HEX triplet: 35, 04 and 68. RGB value is (53,4,104). Sum of RGB (Red+Green+Blue) = 53+4+104=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 104 (41.02% from 255 or 64.60% from 161); Max value from RGB is 104 - color contains mainly: blue. Hex color #350468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350468 is #CAFB97. Grayscale: #1D1D1D. Windows color (decimal): -13302680 or 6816821. OLE color: 6816821.

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

Color convert

RGB 53 4 104 -
CMYK 0.49 0.96 0 0.59
HSL 269.4º 0.93% 0.21% -
HSV(B) 269.4º 0.96% 0.41% -
XYZ 4.01 1.84 13.24 -
YUV 30.05 169.73 144.37 -
System Red Green Blue C M Y K H S L
Decimal 53 4 104 0.49 0.96 0 0.59 269.4 0.93 0.21
Hex 35 4 68 31 60 0 3B 10D 5D 15
Octal 65 4 150 61 140 0 73 415 135 25
Binary 110101 100 1101000 110001 1100000 0 111011 100001101 1011101 10101

Color Harmonies of #350468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350468

Black with #350468

Text Example


Text Example

White with #350468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350468; }

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

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

background-color css

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

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

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

border-color css

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

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

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