Html Css Color HEX #350667 Persian Indigo

📋 copy color: '#350667'

red 53 ◦ green 6 ◦ blue 103

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

Shades of Persian Indigo #350667

Tints of Persian Indigo #350667

RGB

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

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

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

R = 32.72%
G = 3.7%
B = 63.58%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#350667 (or 0x350667) is known color: Persian Indigo. HEX triplet: 35, 06 and 67. RGB value is (53,6,103). Sum of RGB (Red+Green+Blue) = 53+6+103=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 103 (40.62% from 255 or 63.58% from 162); Max value from RGB is 103 - color contains mainly: blue. Hex color #350667 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350667 is #CAF998. Grayscale: #1E1E1E. Windows color (decimal): -13302169 or 6751797. OLE color: 6751797.

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

Color convert

RGB 53 6 103 -
CMYK 0.49 0.94 0 0.60
HSL 269.07º 0.89% 0.21% -
HSV(B) 269.07º 0.94% 0.4% -
XYZ 3.98 1.87 12.98 -
YUV 31.11 168.57 143.61 -
System Red Green Blue C M Y K H S L
Decimal 53 6 103 0.49 0.94 0 0.60 269.07 0.89 0.21
Hex 35 6 67 31 5E 0 3C 10D 59 15
Octal 65 6 147 61 136 0 74 415 131 25
Binary 110101 110 1100111 110001 1011110 0 111100 100001101 1011001 10101

Color Harmonies of #350667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350667

Black with #350667

Text Example


Text Example

White with #350667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350667; }

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

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

background-color css

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

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

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

border-color css

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

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

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