Html Css Color HEX #350592 Persian Indigo

📋 copy color: '#350592'

red 53 ◦ green 5 ◦ blue 146

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

Shades of Persian Indigo #350592

Tints of Persian Indigo #350592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

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

R = 25.98%
G = 2.45%
B = 71.57%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#350592 (or 0x350592) is known color: Persian Indigo. HEX triplet: 35, 05 and 92. RGB value is (53,5,146). Sum of RGB (Red+Green+Blue) = 53+5+146=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 146 (57.42% from 255 or 71.57% from 204); Max value from RGB is 146 - color contains mainly: blue. Hex color #350592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350592 is #CAFA6D. Grayscale: #222222. Windows color (decimal): -13302382 or 9569589. OLE color: 9569589.

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

Color convert

RGB 53 5 146 -
CMYK 0.64 0.97 0 0.43
HSL 260.43º 0.93% 0.3% -
HSV(B) 260.43º 0.97% 0.57% -
XYZ 6.71 2.94 27.41 -
YUV 35.43 190.4 140.54 -
System Red Green Blue C M Y K H S L
Decimal 53 5 146 0.64 0.97 0 0.43 260.43 0.93 0.3
Hex 35 5 92 40 61 0 2B 104 5D 1E
Octal 65 5 222 100 141 0 53 404 135 36
Binary 110101 101 10010010 1000000 1100001 0 101011 100000100 1011101 11110

Color Harmonies of #350592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350592

Black with #350592

Text Example


Text Example

White with #350592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350592; }

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

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

background-color css

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

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

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

border-color css

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

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

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