Html Css Color HEX #360468 Persian Indigo

📋 copy color: '#360468'

red 54 ◦ green 4 ◦ blue 104

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

Shades of Persian Indigo #360468

Tints of Persian Indigo #360468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.47%

 BLUE value IS 104 (41.02% from 255) = 64.2%

R = 33.33%
G = 2.47%
B = 64.2%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#360468 (or 0x360468) is known color: Persian Indigo. HEX triplet: 36, 04 and 68. RGB value is (54,4,104). Sum of RGB (Red+Green+Blue) = 54+4+104=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 104 (41.02% from 255 or 64.20% from 162); Max value from RGB is 104 - color contains mainly: blue. Hex color #360468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360468 is #C9FB97. Grayscale: #1E1E1E. Windows color (decimal): -13237144 or 6816822. OLE color: 6816822.

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

Color convert

RGB 54 4 104 -
CMYK 0.48 0.96 0 0.59
HSL 270º 0.93% 0.21% -
HSV(B) 270º 0.96% 0.41% -
XYZ 4.06 1.87 13.24 -
YUV 30.35 169.57 144.87 -
System Red Green Blue C M Y K H S L
Decimal 54 4 104 0.48 0.96 0 0.59 270 0.93 0.21
Hex 36 4 68 30 60 0 3B 10E 5D 15
Octal 66 4 150 60 140 0 73 416 135 25
Binary 110110 100 1101000 110000 1100000 0 111011 100001110 1011101 10101

Color Harmonies of #360468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360468

Black with #360468

Text Example


Text Example

White with #360468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360468; }

 p { color: rgb(54,4,104); }

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

background-color css

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

 a { background-color: rgb(54,4,104); }

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

border-color css

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

 span { border-color: rgb(54,4,104); }

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