Html Css Color HEX #350694 Persian Indigo

📋 copy color: '#350694'

red 53 ◦ green 6 ◦ blue 148

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

Shades of Persian Indigo #350694

Tints of Persian Indigo #350694

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.9%

 BLUE value IS 148 (58.2% from 255) = 71.5%

R = 25.6%
G = 2.9%
B = 71.5%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#350694 (or 0x350694) is known color: Persian Indigo. HEX triplet: 35, 06 and 94. RGB value is (53,6,148). Sum of RGB (Red+Green+Blue) = 53+6+148=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 148 (58.20% from 255 or 71.50% from 207); Max value from RGB is 148 - color contains mainly: blue. Hex color #350694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350694 is #CAF96B. Grayscale: #232323. Windows color (decimal): -13302124 or 9700917. OLE color: 9700917.

HSL color Cylindrical-coordinate representation of color #350694: hue angle of 259.86º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350694 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 6 148 -
CMYK 0.64 0.96 0 0.42
HSL 259.86º 0.92% 0.3% -
HSV(B) 259.86º 0.96% 0.58% -
XYZ 6.88 3.03 28.24 -
YUV 36.24 191.07 139.95 -
System Red Green Blue C M Y K H S L
Decimal 53 6 148 0.64 0.96 0 0.42 259.86 0.92 0.3
Hex 35 6 94 40 60 0 2A 104 5C 1E
Octal 65 6 224 100 140 0 52 404 134 36
Binary 110101 110 10010100 1000000 1100000 0 101010 100000100 1011100 11110

Color Harmonies of #350694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350694

Black with #350694

Text Example


Text Example

White with #350694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350694; }

 p { color: rgb(53,6,148); }

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

background-color css

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

 a { background-color: rgb(53,6,148); }

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

border-color css

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

 span { border-color: rgb(53,6,148); }

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