Html Css Color HEX #360069 Persian Indigo

📋 copy color: '#360069'

red 54 ◦ green 0 ◦ blue 105

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

Shades of Persian Indigo #360069

Tints of Persian Indigo #360069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.96%
G = 0%
B = 66.04%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#360069 (or 0x360069) is known color: Persian Indigo. HEX triplet: 36, 00 and 69. RGB value is (54,0,105). Sum of RGB (Red+Green+Blue) = 54+0+105=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 105 (41.41% from 255 or 66.04% from 159); Max value from RGB is 105 - color contains mainly: blue. Hex color #360069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360069 is #C9FF96. Grayscale: #1B1B1B. Windows color (decimal): -13238167 or 6881334. OLE color: 6881334.

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

Color convert

RGB 54 0 105 -
CMYK 0.49 1 0 0.59
HSL 270.86º 1% 0.21% -
HSV(B) 270.86º 1% 0.41% -
XYZ 4.07 1.8 13.5 -
YUV 28.12 171.39 146.46 -
System Red Green Blue C M Y K H S L
Decimal 54 0 105 0.49 1 0 0.59 270.86 1 0.21
Hex 36 0 69 31 64 0 3B 10F 64 15
Octal 66 0 151 61 144 0 73 417 144 25
Binary 110110 0 1101001 110001 1100100 0 111011 100001111 1100100 10101

Color Harmonies of #360069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360069

Black with #360069

Text Example


Text Example

White with #360069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360069; }

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

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

background-color css

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

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

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

border-color css

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

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

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