Html Css Color HEX #350190 Persian Indigo

📋 copy color: '#350190'

red 53 ◦ green 1 ◦ blue 144

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

Shades of Persian Indigo #350190

Tints of Persian Indigo #350190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 144 (56.64% from 255) = 72.73%

R = 26.77%
G = 0.51%
B = 72.73%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#350190 (or 0x350190) is known color: Persian Indigo. HEX triplet: 35, 01 and 90. RGB value is (53,1,144). Sum of RGB (Red+Green+Blue) = 53+1+144=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 144 (56.64% from 255 or 72.73% from 198); Max value from RGB is 144 - color contains mainly: blue. Hex color #350190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350190 is #CAFE6F. Grayscale: #202020. Windows color (decimal): -13303408 or 9437493. OLE color: 9437493.

HSL color Cylindrical-coordinate representation of color #350190: hue angle of 261.82º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #350190 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 1 144 -
CMYK 0.63 0.99 0 0.44
HSL 261.82º 0.99% 0.28% -
HSV(B) 261.82º 0.99% 0.56% -
XYZ 6.51 2.79 26.58 -
YUV 32.85 190.73 142.37 -
System Red Green Blue C M Y K H S L
Decimal 53 1 144 0.63 0.99 0 0.44 261.82 0.99 0.28
Hex 35 1 90 3F 63 0 2C 106 63 1C
Octal 65 1 220 77 143 0 54 406 143 34
Binary 110101 1 10010000 111111 1100011 0 101100 100000110 1100011 11100

Color Harmonies of #350190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350190

Black with #350190

Text Example


Text Example

White with #350190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350190; }

 p { color: rgb(53,1,144); }

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

background-color css

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

 a { background-color: rgb(53,1,144); }

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

border-color css

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

 span { border-color: rgb(53,1,144); }

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