Html Css Color HEX #350C69 Persian Indigo

📋 copy color: '#350C69'

red 53 ◦ green 12 ◦ blue 105

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

Shades of Persian Indigo #350C69

Tints of Persian Indigo #350C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.06%

 BLUE value IS 105 (41.41% from 255) = 61.76%

R = 31.18%
G = 7.06%
B = 61.76%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#350C69 (or 0x350C69) is known color: Persian Indigo. HEX triplet: 35, 0C and 69. RGB value is (53,12,105). Sum of RGB (Red+Green+Blue) = 53+12+105=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 105 (41.41% from 255 or 61.76% from 170); Max value from RGB is 105 - color contains mainly: blue. Hex color #350C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350C69 is #CAF396. Grayscale: #222222. Windows color (decimal): -13300631 or 6884405. OLE color: 6884405.

HSL color Cylindrical-coordinate representation of color #350C69: hue angle of 266.45º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350C69 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 12 105 -
CMYK 0.50 0.89 0 0.59
HSL 266.45º 0.79% 0.23% -
HSV(B) 266.45º 0.89% 0.41% -
XYZ 4.15 2.04 13.54 -
YUV 34.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 53 12 105 0.50 0.89 0 0.59 266.45 0.79 0.23
Hex 35 C 69 32 59 0 3B 10A 4F 17
Octal 65 14 151 62 131 0 73 412 117 27
Binary 110101 1100 1101001 110010 1011001 0 111011 100001010 1001111 10111

Color Harmonies of #350C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350C69

Black with #350C69

Text Example


Text Example

White with #350C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350C69; }

 p { color: rgb(53,12,105); }

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

background-color css

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

 a { background-color: rgb(53,12,105); }

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

border-color css

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

 span { border-color: rgb(53,12,105); }

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