Html Css Color HEX #350670 Persian Indigo

📋 copy color: '#350670'

red 53 ◦ green 6 ◦ blue 112

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

Shades of Persian Indigo #350670

Tints of Persian Indigo #350670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 65.5%

R = 30.99%
G = 3.51%
B = 65.5%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#350670 (or 0x350670) is known color: Persian Indigo. HEX triplet: 35, 06 and 70. RGB value is (53,6,112). Sum of RGB (Red+Green+Blue) = 53+6+112=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #350670 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350670 is #CAF98F. Grayscale: #1F1F1F. Windows color (decimal): -13302160 or 7341621. OLE color: 7341621.

HSL color Cylindrical-coordinate representation of color #350670: hue angle of 266.6º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350670 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 6 112 -
CMYK 0.53 0.95 0 0.56
HSL 266.6º 0.9% 0.23% -
HSV(B) 266.6º 0.95% 0.44% -
XYZ 4.46 2.06 15.49 -
YUV 32.14 173.07 142.88 -
System Red Green Blue C M Y K H S L
Decimal 53 6 112 0.53 0.95 0 0.56 266.6 0.9 0.23
Hex 35 6 70 35 5F 0 38 10B 5A 17
Octal 65 6 160 65 137 0 70 413 132 27
Binary 110101 110 1110000 110101 1011111 0 111000 100001011 1011010 10111

Color Harmonies of #350670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350670

Black with #350670

Text Example


Text Example

White with #350670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350670; }

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

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

background-color css

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

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

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

border-color css

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

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

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