Html Css Color HEX #360194 Persian Indigo

📋 copy color: '#360194'

red 54 ◦ green 1 ◦ blue 148

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

Shades of Persian Indigo #360194

Tints of Persian Indigo #360194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 148 (58.2% from 255) = 72.91%

R = 26.6%
G = 0.49%
B = 72.91%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#360194 (or 0x360194) is known color: Persian Indigo. HEX triplet: 36, 01 and 94. RGB value is (54,1,148). Sum of RGB (Red+Green+Blue) = 54+1+148=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 148 (58.20% from 255 or 72.91% from 203); Max value from RGB is 148 - color contains mainly: blue. Hex color #360194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360194 is #C9FE6B. Grayscale: #212121. Windows color (decimal): -13237868 or 9699638. OLE color: 9699638.

HSL color Cylindrical-coordinate representation of color #360194: hue angle of 261.63º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #360194 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 1 148 -
CMYK 0.64 0.99 0 0.42
HSL 261.63º 0.99% 0.29% -
HSV(B) 261.63º 0.99% 0.58% -
XYZ 6.88 2.94 28.22 -
YUV 33.61 192.56 142.55 -
System Red Green Blue C M Y K H S L
Decimal 54 1 148 0.64 0.99 0 0.42 261.63 0.99 0.29
Hex 36 1 94 40 63 0 2A 106 63 1D
Octal 66 1 224 100 143 0 52 406 143 35
Binary 110110 1 10010100 1000000 1100011 0 101010 100000110 1100011 11101

Color Harmonies of #360194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360194

Black with #360194

Text Example


Text Example

White with #360194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360194; }

 p { color: rgb(54,1,148); }

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

background-color css

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

 a { background-color: rgb(54,1,148); }

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

border-color css

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

 span { border-color: rgb(54,1,148); }

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