Html Css Color HEX #360090 Persian Indigo

📋 copy color: '#360090'

red 54 ◦ green 0 ◦ blue 144

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

Shades of Persian Indigo #360090

Tints of Persian Indigo #360090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 72.73%

R = 27.27%
G = 0%
B = 72.73%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#360090 (or 0x360090) is known color: Persian Indigo. HEX triplet: 36, 00 and 90. RGB value is (54,0,144). Sum of RGB (Red+Green+Blue) = 54+0+144=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 144 (56.64% from 255 or 72.73% from 198); Max value from RGB is 144 - color contains mainly: blue. Hex color #360090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360090 is #C9FF6F. Grayscale: #202020. Windows color (decimal): -13238128 or 9437238. OLE color: 9437238.

HSL color Cylindrical-coordinate representation of color #360090: hue angle of 262.5º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360090 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 0 144 -
CMYK 0.63 1 0 0.44
HSL 262.5º 1% 0.28% -
HSV(B) 262.5º 1% 0.56% -
XYZ 6.56 2.8 26.58 -
YUV 32.56 190.89 143.29 -
System Red Green Blue C M Y K H S L
Decimal 54 0 144 0.63 1 0 0.44 262.5 1 0.28
Hex 36 0 90 3F 64 0 2C 106 64 1C
Octal 66 0 220 77 144 0 54 406 144 34
Binary 110110 0 10010000 111111 1100100 0 101100 100000110 1100100 11100

Color Harmonies of #360090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360090

Black with #360090

Text Example


Text Example

White with #360090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360090; }

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

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

background-color css

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

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

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

border-color css

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

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

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