Html Css Color HEX #350673 Persian Indigo

📋 copy color: '#350673'

red 53 ◦ green 6 ◦ blue 115

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

Shades of Persian Indigo #350673

Tints of Persian Indigo #350673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.45%

 BLUE value IS 115 (45.31% from 255) = 66.09%

R = 30.46%
G = 3.45%
B = 66.09%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#350673 (or 0x350673) is known color: Persian Indigo. HEX triplet: 35, 06 and 73. RGB value is (53,6,115). Sum of RGB (Red+Green+Blue) = 53+6+115=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #350673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350673 is #CAF98C. Grayscale: #202020. Windows color (decimal): -13302157 or 7538229. OLE color: 7538229.

HSL color Cylindrical-coordinate representation of color #350673: hue angle of 265.87º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350673 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 6 115 -
CMYK 0.54 0.95 0 0.55
HSL 265.87º 0.9% 0.24% -
HSV(B) 265.87º 0.95% 0.45% -
XYZ 4.63 2.12 16.39 -
YUV 32.48 174.57 142.64 -
System Red Green Blue C M Y K H S L
Decimal 53 6 115 0.54 0.95 0 0.55 265.87 0.9 0.24
Hex 35 6 73 36 5F 0 37 10A 5A 18
Octal 65 6 163 66 137 0 67 412 132 30
Binary 110101 110 1110011 110110 1011111 0 110111 100001010 1011010 11000

Color Harmonies of #350673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350673

Black with #350673

Text Example


Text Example

White with #350673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350673; }

 p { color: rgb(53,6,115); }

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

background-color css

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

 a { background-color: rgb(53,6,115); }

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

border-color css

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

 span { border-color: rgb(53,6,115); }

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