Html Css Color HEX #360498 Persian Indigo

📋 copy color: '#360498'

red 54 ◦ green 4 ◦ blue 152

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

Shades of Persian Indigo #360498

Tints of Persian Indigo #360498

RGB

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

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

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

R = 25.71%
G = 1.9%
B = 72.38%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#360498 (or 0x360498) is known color: Persian Indigo. HEX triplet: 36, 04 and 98. RGB value is (54,4,152). Sum of RGB (Red+Green+Blue) = 54+4+152=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 152 (59.77% from 255 or 72.38% from 210); Max value from RGB is 152 - color contains mainly: blue. Hex color #360498 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360498 is #C9FB67. Grayscale: #232323. Windows color (decimal): -13237096 or 9962550. OLE color: 9962550.

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

Color convert

RGB 54 4 152 -
CMYK 0.64 0.97 0 0.40
HSL 260.27º 0.95% 0.31% -
HSV(B) 260.27º 0.97% 0.6% -
XYZ 7.23 3.14 29.93 -
YUV 35.82 193.57 140.97 -
System Red Green Blue C M Y K H S L
Decimal 54 4 152 0.64 0.97 0 0.40 260.27 0.95 0.31
Hex 36 4 98 40 61 0 28 104 5F 1F
Octal 66 4 230 100 141 0 50 404 137 37
Binary 110110 100 10011000 1000000 1100001 0 101000 100000100 1011111 11111

Color Harmonies of #360498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360498

Black with #360498

Text Example


Text Example

White with #360498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360498; }

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

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

background-color css

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

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

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

border-color css

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

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

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