Html Css Color HEX #360369 Persian Indigo

📋 copy color: '#360369'

red 54 ◦ green 3 ◦ blue 105

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

Shades of Persian Indigo #360369

Tints of Persian Indigo #360369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.85%

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

R = 33.33%
G = 1.85%
B = 64.81%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#360369 (or 0x360369) is known color: Persian Indigo. HEX triplet: 36, 03 and 69. RGB value is (54,3,105). Sum of RGB (Red+Green+Blue) = 54+3+105=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #360369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360369 is #C9FC96. Grayscale: #1D1D1D. Windows color (decimal): -13237399 or 6882102. OLE color: 6882102.

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

Color convert

RGB 54 3 105 -
CMYK 0.49 0.97 0 0.59
HSL 270º 0.94% 0.21% -
HSV(B) 270º 0.97% 0.41% -
XYZ 4.1 1.87 13.51 -
YUV 29.88 170.4 145.21 -
System Red Green Blue C M Y K H S L
Decimal 54 3 105 0.49 0.97 0 0.59 270 0.94 0.21
Hex 36 3 69 31 61 0 3B 10E 5E 15
Octal 66 3 151 61 141 0 73 416 136 25
Binary 110110 11 1101001 110001 1100001 0 111011 100001110 1011110 10101

Color Harmonies of #360369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360369

Black with #360369

Text Example


Text Example

White with #360369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360369; }

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

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

background-color css

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

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

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

border-color css

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

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

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