Html Css Color HEX #350F90 Persian Indigo

📋 copy color: '#350F90'

red 53 ◦ green 15 ◦ blue 144

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

Shades of Persian Indigo #350F90

Tints of Persian Indigo #350F90

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.08%

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

R = 25%
G = 7.08%
B = 67.92%

CMYK

 C value IS 0.63

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#350F90 (or 0x350F90) is known color: Persian Indigo. HEX triplet: 35, 0F and 90. RGB value is (53,15,144). Sum of RGB (Red+Green+Blue) = 53+15+144=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #350F90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350F90 is #CAF06F. Grayscale: #282828. Windows color (decimal): -13299824 or 9441077. OLE color: 9441077.

HSL color Cylindrical-coordinate representation of color #350F90: hue angle of 257.67º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #350F90 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 15 144 -
CMYK 0.63 0.90 0 0.44
HSL 257.67º 0.81% 0.31% -
HSV(B) 257.67º 0.9% 0.56% -
XYZ 6.67 3.11 26.63 -
YUV 41.07 186.09 136.51 -
System Red Green Blue C M Y K H S L
Decimal 53 15 144 0.63 0.90 0 0.44 257.67 0.81 0.31
Hex 35 F 90 3F 5A 0 2C 102 51 1F
Octal 65 17 220 77 132 0 54 402 121 37
Binary 110101 1111 10010000 111111 1011010 0 101100 100000010 1010001 11111

Color Harmonies of #350F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350F90

Black with #350F90

Text Example


Text Example

White with #350F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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