Html Css Color HEX #350397 Persian Indigo

📋 copy color: '#350397'

red 53 ◦ green 3 ◦ blue 151

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

Shades of Persian Indigo #350397

Tints of Persian Indigo #350397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 72.95%

R = 25.6%
G = 1.45%
B = 72.95%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#350397 (or 0x350397) is known color: Persian Indigo. HEX triplet: 35, 03 and 97. RGB value is (53,3,151). Sum of RGB (Red+Green+Blue) = 53+3+151=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 151 (59.38% from 255 or 72.95% from 207); Max value from RGB is 151 - color contains mainly: blue. Hex color #350397 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350397 is #CAFC68. Grayscale: #222222. Windows color (decimal): -13302889 or 9896757. OLE color: 9896757.

HSL color Cylindrical-coordinate representation of color #350397: hue angle of 260.27º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350397 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 3 151 -
CMYK 0.65 0.98 0 0.41
HSL 260.27º 0.96% 0.3% -
HSV(B) 260.27º 0.98% 0.59% -
XYZ 7.09 3.06 29.49 -
YUV 34.82 193.57 140.97 -
System Red Green Blue C M Y K H S L
Decimal 53 3 151 0.65 0.98 0 0.41 260.27 0.96 0.3
Hex 35 3 97 41 62 0 29 104 60 1E
Octal 65 3 227 101 142 0 51 404 140 36
Binary 110101 11 10010111 1000001 1100010 0 101001 100000100 1100000 11110

Color Harmonies of #350397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350397

Black with #350397

Text Example


Text Example

White with #350397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350397; }

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

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

background-color css

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

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

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

border-color css

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

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

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