Html Css Color HEX #350892 Persian Indigo

📋 copy color: '#350892'

red 53 ◦ green 8 ◦ blue 146

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

Shades of Persian Indigo #350892

Tints of Persian Indigo #350892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 70.53%

R = 25.6%
G = 3.86%
B = 70.53%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#350892 (or 0x350892) is known color: Persian Indigo. HEX triplet: 35, 08 and 92. RGB value is (53,8,146). Sum of RGB (Red+Green+Blue) = 53+8+146=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 146 (57.42% from 255 or 70.53% from 207); Max value from RGB is 146 - color contains mainly: blue. Hex color #350892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350892 is #CAF76D. Grayscale: #242424. Windows color (decimal): -13301614 or 9570357. OLE color: 9570357.

HSL color Cylindrical-coordinate representation of color #350892: hue angle of 259.57º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350892 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 8 146 -
CMYK 0.64 0.95 0 0.43
HSL 259.57º 0.9% 0.3% -
HSV(B) 259.57º 0.95% 0.57% -
XYZ 6.74 3.01 27.42 -
YUV 37.19 189.41 139.28 -
System Red Green Blue C M Y K H S L
Decimal 53 8 146 0.64 0.95 0 0.43 259.57 0.9 0.3
Hex 35 8 92 40 5F 0 2B 104 5A 1E
Octal 65 10 222 100 137 0 53 404 132 36
Binary 110101 1000 10010010 1000000 1011111 0 101011 100000100 1011010 11110

Color Harmonies of #350892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350892

Black with #350892

Text Example


Text Example

White with #350892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350892; }

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

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

background-color css

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

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

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

border-color css

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

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

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