Html Css Color HEX #360669 Persian Indigo

📋 copy color: '#360669'

red 54 ◦ green 6 ◦ blue 105

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

Shades of Persian Indigo #360669

Tints of Persian Indigo #360669

RGB

 RED value IS 54 (21.48% from 255) = 32.73%

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

 BLUE value IS 105 (41.41% from 255) = 63.64%

R = 32.73%
G = 3.64%
B = 63.64%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#360669 (or 0x360669) is known color: Persian Indigo. HEX triplet: 36, 06 and 69. RGB value is (54,6,105). Sum of RGB (Red+Green+Blue) = 54+6+105=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #360669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360669 is #C9F996. Grayscale: #1F1F1F. Windows color (decimal): -13236631 or 6882870. OLE color: 6882870.

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

Color convert

RGB 54 6 105 -
CMYK 0.49 0.94 0 0.59
HSL 269.09º 0.89% 0.22% -
HSV(B) 269.09º 0.94% 0.41% -
XYZ 4.14 1.93 13.52 -
YUV 31.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 54 6 105 0.49 0.94 0 0.59 269.09 0.89 0.22
Hex 36 6 69 31 5E 0 3B 10D 59 16
Octal 66 6 151 61 136 0 73 415 131 26
Binary 110110 110 1101001 110001 1011110 0 111011 100001101 1011001 10110

Color Harmonies of #360669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360669

Black with #360669

Text Example


Text Example

White with #360669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360669; }

 p { color: rgb(54,6,105); }

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

background-color css

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

 a { background-color: rgb(54,6,105); }

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

border-color css

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

 span { border-color: rgb(54,6,105); }

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