Html Css Color HEX #361A7B Persian Indigo

📋 copy color: '#361A7B'

red 54 ◦ green 26 ◦ blue 123

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

Shades of Persian Indigo #361A7B

Tints of Persian Indigo #361A7B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.81%

 BLUE value IS 123 (48.44% from 255) = 60.59%

R = 26.6%
G = 12.81%
B = 60.59%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#361A7B (or 0x361A7B) is known color: Persian Indigo. HEX triplet: 36, 1A and 7B. RGB value is (54,26,123). Sum of RGB (Red+Green+Blue) = 54+26+123=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #361A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361A7B is #C9E584. Grayscale: #2D2D2D. Windows color (decimal): -13231493 or 8067638. OLE color: 8067638.

HSL color Cylindrical-coordinate representation of color #361A7B: hue angle of 257.32º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #361A7B is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 26 123 -
CMYK 0.56 0.79 0 0.52
HSL 257.32º 0.65% 0.29% -
HSV(B) 257.32º 0.79% 0.48% -
XYZ 5.47 2.95 19.02 -
YUV 45.43 171.78 134.11 -
System Red Green Blue C M Y K H S L
Decimal 54 26 123 0.56 0.79 0 0.52 257.32 0.65 0.29
Hex 36 1A 7B 38 4F 0 34 101 41 1D
Octal 66 32 173 70 117 0 64 401 101 35
Binary 110110 11010 1111011 111000 1001111 0 110100 100000001 1000001 11101

Color Harmonies of #361A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A7B

Black with #361A7B

Text Example


Text Example

White with #361A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,26,123); }

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

background-color css

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

 a { background-color: rgb(54,26,123); }

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

border-color css

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

 span { border-color: rgb(54,26,123); }

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