Html Css Color HEX #361298 Persian Indigo

📋 copy color: '#361298'

red 54 ◦ green 18 ◦ blue 152

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

Shades of Persian Indigo #361298

Tints of Persian Indigo #361298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 67.86%

R = 24.11%
G = 8.04%
B = 67.86%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#361298 (or 0x361298) is known color: Persian Indigo. HEX triplet: 36, 12 and 98. RGB value is (54,18,152). Sum of RGB (Red+Green+Blue) = 54+18+152=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 152 (59.77% from 255 or 67.86% from 224); Max value from RGB is 152 - color contains mainly: blue. Hex color #361298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361298 is #C9ED67. Grayscale: #2B2B2B. Windows color (decimal): -13233512 or 9966134. OLE color: 9966134.

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

Color convert

RGB 54 18 152 -
CMYK 0.64 0.88 0 0.40
HSL 256.12º 0.79% 0.33% -
HSV(B) 256.12º 0.88% 0.6% -
XYZ 7.41 3.48 29.99 -
YUV 44.04 188.93 135.1 -
System Red Green Blue C M Y K H S L
Decimal 54 18 152 0.64 0.88 0 0.40 256.12 0.79 0.33
Hex 36 12 98 40 58 0 28 100 4F 21
Octal 66 22 230 100 130 0 50 400 117 41
Binary 110110 10010 10011000 1000000 1011000 0 101000 100000000 1001111 100001

Color Harmonies of #361298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361298

Black with #361298

Text Example


Text Example

White with #361298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361298; }

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

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

background-color css

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

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

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

border-color css

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

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

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