Html Css Color HEX #350385 Persian Indigo

📋 copy color: '#350385'

red 53 ◦ green 3 ◦ blue 133

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

Shades of Persian Indigo #350385

Tints of Persian Indigo #350385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.59%

 BLUE value IS 133 (52.34% from 255) = 70.37%

R = 28.04%
G = 1.59%
B = 70.37%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#350385 (or 0x350385) is known color: Persian Indigo. HEX triplet: 35, 03 and 85. RGB value is (53,3,133). Sum of RGB (Red+Green+Blue) = 53+3+133=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 133 (52.34% from 255 or 70.37% from 189); Max value from RGB is 133 - color contains mainly: blue. Hex color #350385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350385 is #CAFC7A. Grayscale: #202020. Windows color (decimal): -13302907 or 8717109. OLE color: 8717109.

HSL color Cylindrical-coordinate representation of color #350385: hue angle of 263.08º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350385 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 3 133 -
CMYK 0.60 0.98 0 0.48
HSL 263.08º 0.96% 0.27% -
HSV(B) 263.08º 0.98% 0.52% -
XYZ 5.73 2.52 22.37 -
YUV 32.77 184.57 142.43 -
System Red Green Blue C M Y K H S L
Decimal 53 3 133 0.60 0.98 0 0.48 263.08 0.96 0.27
Hex 35 3 85 3C 62 0 30 107 60 1B
Octal 65 3 205 74 142 0 60 407 140 33
Binary 110101 11 10000101 111100 1100010 0 110000 100000111 1100000 11011

Color Harmonies of #350385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350385

Black with #350385

Text Example


Text Example

White with #350385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350385; }

 p { color: rgb(53,3,133); }

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

background-color css

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

 a { background-color: rgb(53,3,133); }

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

border-color css

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

 span { border-color: rgb(53,3,133); }

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