Html Css Color HEX #350167 Persian Indigo

📋 copy color: '#350167'

red 53 ◦ green 1 ◦ blue 103

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

Shades of Persian Indigo #350167

Tints of Persian Indigo #350167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 65.61%

R = 33.76%
G = 0.64%
B = 65.61%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#350167 (or 0x350167) is known color: Persian Indigo. HEX triplet: 35, 01 and 67. RGB value is (53,1,103). Sum of RGB (Red+Green+Blue) = 53+1+103=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 103 (40.62% from 255 or 65.61% from 157); Max value from RGB is 103 - color contains mainly: blue. Hex color #350167 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350167 is #CAFE98. Grayscale: #1B1B1B. Windows color (decimal): -13303449 or 6750517. OLE color: 6750517.

HSL color Cylindrical-coordinate representation of color #350167: hue angle of 270.59º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #350167 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 1 103 -
CMYK 0.49 0.99 0 0.60
HSL 270.59º 0.98% 0.2% -
HSV(B) 270.59º 0.99% 0.4% -
XYZ 3.93 1.76 12.96 -
YUV 28.18 170.23 145.71 -
System Red Green Blue C M Y K H S L
Decimal 53 1 103 0.49 0.99 0 0.60 270.59 0.98 0.2
Hex 35 1 67 31 63 0 3C 10F 62 14
Octal 65 1 147 61 143 0 74 417 142 24
Binary 110101 1 1100111 110001 1100011 0 111100 100001111 1100010 10100

Color Harmonies of #350167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350167

Black with #350167

Text Example


Text Example

White with #350167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350167; }

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

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

background-color css

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

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

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

border-color css

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

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

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