Html Css Color HEX #360A70 Persian Indigo

📋 copy color: '#360A70'

red 54 ◦ green 10 ◦ blue 112

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

Shades of Persian Indigo #360A70

Tints of Persian Indigo #360A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.68%

 BLUE value IS 112 (44.14% from 255) = 63.64%

R = 30.68%
G = 5.68%
B = 63.64%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#360A70 (or 0x360A70) is known color: Persian Indigo. HEX triplet: 36, 0A and 70. RGB value is (54,10,112). Sum of RGB (Red+Green+Blue) = 54+10+112=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #360A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360A70 is #C9F58F. Grayscale: #222222. Windows color (decimal): -13235600 or 7342646. OLE color: 7342646.

HSL color Cylindrical-coordinate representation of color #360A70: hue angle of 265.88º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360A70 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 10 112 -
CMYK 0.52 0.91 0 0.56
HSL 265.88º 0.84% 0.24% -
HSV(B) 265.88º 0.91% 0.44% -
XYZ 4.55 2.17 15.51 -
YUV 34.78 171.58 141.71 -
System Red Green Blue C M Y K H S L
Decimal 54 10 112 0.52 0.91 0 0.56 265.88 0.84 0.24
Hex 36 A 70 34 5B 0 38 10A 54 18
Octal 66 12 160 64 133 0 70 412 124 30
Binary 110110 1010 1110000 110100 1011011 0 111000 100001010 1010100 11000

Color Harmonies of #360A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360A70

Black with #360A70

Text Example


Text Example

White with #360A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,10,112); }

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

background-color css

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

 a { background-color: rgb(54,10,112); }

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

border-color css

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

 span { border-color: rgb(54,10,112); }

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