Html Css Color HEX #360198 Persian Indigo

📋 copy color: '#360198'

red 54 ◦ green 1 ◦ blue 152

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

Shades of Persian Indigo #360198

Tints of Persian Indigo #360198

RGB

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

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

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

R = 26.09%
G = 0.48%
B = 73.43%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#360198 (or 0x360198) is known color: Persian Indigo. HEX triplet: 36, 01 and 98. RGB value is (54,1,152). Sum of RGB (Red+Green+Blue) = 54+1+152=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 152 (59.77% from 255 or 73.43% from 207); Max value from RGB is 152 - color contains mainly: blue. Hex color #360198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360198 is #C9FE67. Grayscale: #212121. Windows color (decimal): -13237864 or 9961782. OLE color: 9961782.

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

Color convert

RGB 54 1 152 -
CMYK 0.64 0.99 0 0.40
HSL 261.06º 0.99% 0.3% -
HSV(B) 261.06º 0.99% 0.6% -
XYZ 7.2 3.07 29.92 -
YUV 34.06 194.56 142.22 -
System Red Green Blue C M Y K H S L
Decimal 54 1 152 0.64 0.99 0 0.40 261.06 0.99 0.3
Hex 36 1 98 40 63 0 28 105 63 1E
Octal 66 1 230 100 143 0 50 405 143 36
Binary 110110 1 10011000 1000000 1100011 0 101000 100000101 1100011 11110

Color Harmonies of #360198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360198

Black with #360198

Text Example


Text Example

White with #360198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360198; }

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

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

background-color css

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

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

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

border-color css

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

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

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