Html Css Color HEX #360290 Persian Indigo

📋 copy color: '#360290'

red 54 ◦ green 2 ◦ blue 144

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

Shades of Persian Indigo #360290

Tints of Persian Indigo #360290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 27%
G = 1%
B = 72%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#360290 (or 0x360290) is known color: Persian Indigo. HEX triplet: 36, 02 and 90. RGB value is (54,2,144). Sum of RGB (Red+Green+Blue) = 54+2+144=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 144 (56.64% from 255 or 72% from 200); Max value from RGB is 144 - color contains mainly: blue. Hex color #360290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360290 is #C9FD6F. Grayscale: #212121. Windows color (decimal): -13237616 or 9437750. OLE color: 9437750.

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

Color convert

RGB 54 2 144 -
CMYK 0.63 0.99 0 0.44
HSL 261.97º 0.97% 0.29% -
HSV(B) 261.97º 0.99% 0.56% -
XYZ 6.58 2.84 26.59 -
YUV 33.74 190.23 142.45 -
System Red Green Blue C M Y K H S L
Decimal 54 2 144 0.63 0.99 0 0.44 261.97 0.97 0.29
Hex 36 2 90 3F 63 0 2C 106 61 1D
Octal 66 2 220 77 143 0 54 406 141 35
Binary 110110 10 10010000 111111 1100011 0 101100 100000110 1100001 11101

Color Harmonies of #360290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360290

Black with #360290

Text Example


Text Example

White with #360290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360290; }

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

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

background-color css

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

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

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

border-color css

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

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

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