Html Css Color HEX #360C69 Persian Indigo

📋 copy color: '#360C69'

red 54 ◦ green 12 ◦ blue 105

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

Shades of Persian Indigo #360C69

Tints of Persian Indigo #360C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.02%

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

R = 31.58%
G = 7.02%
B = 61.4%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#360C69 (or 0x360C69) is known color: Persian Indigo. HEX triplet: 36, 0C and 69. RGB value is (54,12,105). Sum of RGB (Red+Green+Blue) = 54+12+105=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #360C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360C69 is #C9F396. Grayscale: #222222. Windows color (decimal): -13235095 or 6884406. OLE color: 6884406.

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

Color convert

RGB 54 12 105 -
CMYK 0.49 0.89 0 0.59
HSL 267.1º 0.79% 0.23% -
HSV(B) 267.1º 0.89% 0.41% -
XYZ 4.2 2.07 13.54 -
YUV 35.16 167.41 141.44 -
System Red Green Blue C M Y K H S L
Decimal 54 12 105 0.49 0.89 0 0.59 267.1 0.79 0.23
Hex 36 C 69 31 59 0 3B 10B 4F 17
Octal 66 14 151 61 131 0 73 413 117 27
Binary 110110 1100 1101001 110001 1011001 0 111011 100001011 1001111 10111

Color Harmonies of #360C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360C69

Black with #360C69

Text Example


Text Example

White with #360C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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