Html Css Color HEX #361C98 Persian Indigo

📋 copy color: '#361C98'

red 54 ◦ green 28 ◦ blue 152

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

Shades of Persian Indigo #361C98

Tints of Persian Indigo #361C98

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.97%

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

R = 23.08%
G = 11.97%
B = 64.96%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#361C98 (or 0x361C98) is known color: Persian Indigo. HEX triplet: 36, 1C and 98. RGB value is (54,28,152). Sum of RGB (Red+Green+Blue) = 54+28+152=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #361C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361C98 is #C9E367. Grayscale: #313131. Windows color (decimal): -13230952 or 9968694. OLE color: 9968694.

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

Color convert

RGB 54 28 152 -
CMYK 0.64 0.82 0 0.40
HSL 252.58º 0.69% 0.35% -
HSV(B) 252.58º 0.82% 0.6% -
XYZ 7.6 3.88 30.05 -
YUV 49.91 185.61 130.92 -
System Red Green Blue C M Y K H S L
Decimal 54 28 152 0.64 0.82 0 0.40 252.58 0.69 0.35
Hex 36 1C 98 40 52 0 28 FD 45 23
Octal 66 34 230 100 122 0 50 375 105 43
Binary 110110 11100 10011000 1000000 1010010 0 101000 11111101 1000101 100011

Color Harmonies of #361C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C98

Black with #361C98

Text Example


Text Example

White with #361C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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