Html Css Color HEX #350689 Persian Indigo

📋 copy color: '#350689'

red 53 ◦ green 6 ◦ blue 137

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

Shades of Persian Indigo #350689

Tints of Persian Indigo #350689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 69.9%

R = 27.04%
G = 3.06%
B = 69.9%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#350689 (or 0x350689) is known color: Persian Indigo. HEX triplet: 35, 06 and 89. RGB value is (53,6,137). Sum of RGB (Red+Green+Blue) = 53+6+137=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 137 (53.91% from 255 or 69.90% from 196); Max value from RGB is 137 - color contains mainly: blue. Hex color #350689 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350689 is #CAF976. Grayscale: #222222. Windows color (decimal): -13302135 or 8980021. OLE color: 8980021.

HSL color Cylindrical-coordinate representation of color #350689: hue angle of 261.53º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350689 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 6 137 -
CMYK 0.61 0.96 0 0.46
HSL 261.53º 0.92% 0.28% -
HSV(B) 261.53º 0.96% 0.54% -
XYZ 6.05 2.69 23.87 -
YUV 34.99 185.57 140.85 -
System Red Green Blue C M Y K H S L
Decimal 53 6 137 0.61 0.96 0 0.46 261.53 0.92 0.28
Hex 35 6 89 3D 60 0 2E 106 5C 1C
Octal 65 6 211 75 140 0 56 406 134 34
Binary 110101 110 10001001 111101 1100000 0 101110 100000110 1011100 11100

Color Harmonies of #350689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350689

Black with #350689

Text Example


Text Example

White with #350689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350689; }

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

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

background-color css

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

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

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

border-color css

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

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

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