Html Css Color HEX #360298 Persian Indigo

📋 copy color: '#360298'

red 54 ◦ green 2 ◦ blue 152

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

Shades of Persian Indigo #360298

Tints of Persian Indigo #360298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

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

R = 25.96%
G = 0.96%
B = 73.08%

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

#360298 (or 0x360298) is known color: Persian Indigo. HEX triplet: 36, 02 and 98. RGB value is (54,2,152). Sum of RGB (Red+Green+Blue) = 54+2+152=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 152 (59.77% from 255 or 73.08% from 208); Max value from RGB is 152 - color contains mainly: blue. Hex color #360298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360298 is #C9FD67. Grayscale: #222222. Windows color (decimal): -13237608 or 9962038. OLE color: 9962038.

HSL color Cylindrical-coordinate representation of color #360298: hue angle of 260.8º degrees, saturation: 0.97, 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 #360298 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 2 152 -
CMYK 0.64 0.99 0 0.40
HSL 260.8º 0.97% 0.3% -
HSV(B) 260.8º 0.99% 0.6% -
XYZ 7.21 3.09 29.92 -
YUV 34.65 194.23 141.8 -
System Red Green Blue C M Y K H S L
Decimal 54 2 152 0.64 0.99 0 0.40 260.8 0.97 0.3
Hex 36 2 98 40 63 0 28 105 61 1E
Octal 66 2 230 100 143 0 50 405 141 36
Binary 110110 10 10011000 1000000 1100011 0 101000 100000101 1100001 11110

Color Harmonies of #360298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360298

Black with #360298

Text Example


Text Example

White with #360298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360298; }

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

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

background-color css

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

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

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

border-color css

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

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

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