Html Css Color HEX #360A8A Persian Indigo

📋 copy color: '#360A8A'

red 54 ◦ green 10 ◦ blue 138

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

Shades of Persian Indigo #360A8A

Tints of Persian Indigo #360A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 68.32%

R = 26.73%
G = 4.95%
B = 68.32%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#360A8A (or 0x360A8A) is known color: Persian Indigo. HEX triplet: 36, 0A and 8A. RGB value is (54,10,138). Sum of RGB (Red+Green+Blue) = 54+10+138=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 138 (54.30% from 255 or 68.32% from 202); Max value from RGB is 138 - color contains mainly: blue. Hex color #360A8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360A8A is #C9F575. Grayscale: #252525. Windows color (decimal): -13235574 or 9046582. OLE color: 9046582.

HSL color Cylindrical-coordinate representation of color #360A8A: hue angle of 260.62º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360A8A is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 10 138 -
CMYK 0.61 0.93 0 0.46
HSL 260.63º 0.86% 0.29% -
HSV(B) 260.63º 0.93% 0.54% -
XYZ 6.22 2.84 24.26 -
YUV 37.75 184.58 139.59 -
System Red Green Blue C M Y K H S L
Decimal 54 10 138 0.61 0.93 0 0.46 260.63 0.86 0.29
Hex 36 A 8A 3D 5D 0 2E 105 56 1D
Octal 66 12 212 75 135 0 56 405 126 35
Binary 110110 1010 10001010 111101 1011101 0 101110 100000101 1010110 11101

Color Harmonies of #360A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360A8A

Black with #360A8A

Text Example


Text Example

White with #360A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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