Html Css Color HEX #360398 Persian Indigo

📋 copy color: '#360398'

red 54 ◦ green 3 ◦ blue 152

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

Shades of Persian Indigo #360398

Tints of Persian Indigo #360398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 25.84%
G = 1.44%
B = 72.73%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#360398 (or 0x360398) is known color: Persian Indigo. HEX triplet: 36, 03 and 98. RGB value is (54,3,152). Sum of RGB (Red+Green+Blue) = 54+3+152=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 152 (59.77% from 255 or 72.73% from 209); Max value from RGB is 152 - color contains mainly: blue. Hex color #360398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360398 is #C9FC67. Grayscale: #222222. Windows color (decimal): -13237352 or 9962294. OLE color: 9962294.

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

Color convert

RGB 54 3 152 -
CMYK 0.64 0.98 0 0.40
HSL 260.54º 0.96% 0.3% -
HSV(B) 260.54º 0.98% 0.6% -
XYZ 7.22 3.12 29.93 -
YUV 35.24 193.9 141.38 -
System Red Green Blue C M Y K H S L
Decimal 54 3 152 0.64 0.98 0 0.40 260.54 0.96 0.3
Hex 36 3 98 40 62 0 28 105 60 1E
Octal 66 3 230 100 142 0 50 405 140 36
Binary 110110 11 10011000 1000000 1100010 0 101000 100000101 1100000 11110

Color Harmonies of #360398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360398

Black with #360398

Text Example


Text Example

White with #360398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360398; }

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

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

background-color css

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

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

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

border-color css

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

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

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