Html Css Color HEX #350170 Persian Indigo

📋 copy color: '#350170'

red 53 ◦ green 1 ◦ blue 112

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

Shades of Persian Indigo #350170

Tints of Persian Indigo #350170

RGB

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

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

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

R = 31.93%
G = 0.6%
B = 67.47%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#350170 (or 0x350170) is known color: Persian Indigo. HEX triplet: 35, 01 and 70. RGB value is (53,1,112). Sum of RGB (Red+Green+Blue) = 53+1+112=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #350170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350170 is #CAFE8F. Grayscale: #1C1C1C. Windows color (decimal): -13303440 or 7340341. OLE color: 7340341.

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

Color convert

RGB 53 1 112 -
CMYK 0.53 0.99 0 0.56
HSL 268.11º 0.98% 0.22% -
HSV(B) 268.11º 0.99% 0.44% -
XYZ 4.4 1.95 15.47 -
YUV 29.2 174.73 144.97 -
System Red Green Blue C M Y K H S L
Decimal 53 1 112 0.53 0.99 0 0.56 268.11 0.98 0.22
Hex 35 1 70 35 63 0 38 10C 62 16
Octal 65 1 160 65 143 0 70 414 142 26
Binary 110101 1 1110000 110101 1100011 0 111000 100001100 1100010 10110

Color Harmonies of #350170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350170

Black with #350170

Text Example


Text Example

White with #350170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350170; }

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

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

background-color css

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

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

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

border-color css

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

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

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