Html Css Color HEX #360768 Persian Indigo

📋 copy color: '#360768'

red 54 ◦ green 7 ◦ blue 104

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

Shades of Persian Indigo #360768

Tints of Persian Indigo #360768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.24%

 BLUE value IS 104 (41.02% from 255) = 63.03%

R = 32.73%
G = 4.24%
B = 63.03%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#360768 (or 0x360768) is known color: Persian Indigo. HEX triplet: 36, 07 and 68. RGB value is (54,7,104). Sum of RGB (Red+Green+Blue) = 54+7+104=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 104 (41.02% from 255 or 63.03% from 165); Max value from RGB is 104 - color contains mainly: blue. Hex color #360768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360768 is #C9F897. Grayscale: #1F1F1F. Windows color (decimal): -13236376 or 6817590. OLE color: 6817590.

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

Color convert

RGB 54 7 104 -
CMYK 0.48 0.93 0 0.59
HSL 269.07º 0.87% 0.22% -
HSV(B) 269.07º 0.93% 0.41% -
XYZ 4.1 1.94 13.25 -
YUV 32.11 168.57 143.61 -
System Red Green Blue C M Y K H S L
Decimal 54 7 104 0.48 0.93 0 0.59 269.07 0.87 0.22
Hex 36 7 68 30 5D 0 3B 10D 57 16
Octal 66 7 150 60 135 0 73 415 127 26
Binary 110110 111 1101000 110000 1011101 0 111011 100001101 1010111 10110

Color Harmonies of #360768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360768

Black with #360768

Text Example


Text Example

White with #360768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360768; }

 p { color: rgb(54,7,104); }

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

background-color css

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

 a { background-color: rgb(54,7,104); }

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

border-color css

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

 span { border-color: rgb(54,7,104); }

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