Html Css Color HEX #360F7C Persian Indigo

📋 copy color: '#360F7C'

red 54 ◦ green 15 ◦ blue 124

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

Shades of Persian Indigo #360F7C

Tints of Persian Indigo #360F7C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.77%

 BLUE value IS 124 (48.83% from 255) = 64.25%

R = 27.98%
G = 7.77%
B = 64.25%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#360F7C (or 0x360F7C) is known color: Persian Indigo. HEX triplet: 36, 0F and 7C. RGB value is (54,15,124). Sum of RGB (Red+Green+Blue) = 54+15+124=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #360F7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360F7C is #C9F083. Grayscale: #262626. Windows color (decimal): -13234308 or 8130358. OLE color: 8130358.

HSL color Cylindrical-coordinate representation of color #360F7C: hue angle of 261.47º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #360F7C is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 15 124 -
CMYK 0.56 0.88 0 0.51
HSL 261.47º 0.78% 0.27% -
HSV(B) 261.47º 0.88% 0.49% -
XYZ 5.33 2.58 19.29 -
YUV 39.09 175.92 138.64 -
System Red Green Blue C M Y K H S L
Decimal 54 15 124 0.56 0.88 0 0.51 261.47 0.78 0.27
Hex 36 F 7C 38 58 0 33 105 4E 1B
Octal 66 17 174 70 130 0 63 405 116 33
Binary 110110 1111 1111100 111000 1011000 0 110011 100000101 1001110 11011

Color Harmonies of #360F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360F7C

Black with #360F7C

Text Example


Text Example

White with #360F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360F7C; }

 p { color: rgb(54,15,124); }

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

background-color css

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

 a { background-color: rgb(54,15,124); }

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

border-color css

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

 span { border-color: rgb(54,15,124); }

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