Html Css Color HEX #361299 Persian Indigo

📋 copy color: '#361299'

red 54 ◦ green 18 ◦ blue 153

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

Shades of Persian Indigo #361299

Tints of Persian Indigo #361299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

 BLUE value IS 153 (60.16% from 255) = 68%

R = 24%
G = 8%
B = 68%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#361299 (or 0x361299) is known color: Persian Indigo. HEX triplet: 36, 12 and 99. RGB value is (54,18,153). Sum of RGB (Red+Green+Blue) = 54+18+153=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #361299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361299 is #C9ED66. Grayscale: #2B2B2B. Windows color (decimal): -13233511 or 10031670. OLE color: 10031670.

HSL color Cylindrical-coordinate representation of color #361299: hue angle of 256º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #361299 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 18 153 -
CMYK 0.65 0.88 0 0.4
HSL 256º 0.79% 0.34% -
HSV(B) 256º 0.88% 0.6% -
XYZ 7.49 3.52 30.42 -
YUV 44.15 189.43 135.02 -
System Red Green Blue C M Y K H S L
Decimal 54 18 153 0.65 0.88 0 0.4 256 0.79 0.34
Hex 36 12 99 41 58 0 28 100 4F 22
Octal 66 22 231 101 130 0 50 400 117 42
Binary 110110 10010 10011001 1000001 1011000 0 101000 100000000 1001111 100010

Color Harmonies of #361299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361299

Black with #361299

Text Example


Text Example

White with #361299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361299; }

 p { color: rgb(54,18,153); }

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

background-color css

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

 a { background-color: rgb(54,18,153); }

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

border-color css

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

 span { border-color: rgb(54,18,153); }

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