Html Css Color HEX #271A7B Persian Indigo

📋 copy color: '#271A7B'

red 39 ◦ green 26 ◦ blue 123

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

Shades of Persian Indigo #271A7B

Tints of Persian Indigo #271A7B

RGB

 RED value IS 39 (15.63% from 255) = 20.74%

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

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

R = 20.74%
G = 13.83%
B = 65.43%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#271A7B (or 0x271A7B) is known color: Persian Indigo. HEX triplet: 27, 1A and 7B. RGB value is (39,26,123). Sum of RGB (Red+Green+Blue) = 39+26+123=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 123 (48.44% from 255 or 65.43% from 188); Max value from RGB is 123 - color contains mainly: blue. Hex color #271A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271A7B is #D8E584. Grayscale: #282828. Windows color (decimal): -14214533 or 8067623. OLE color: 8067623.

HSL color Cylindrical-coordinate representation of color #271A7B: hue angle of 248.04º 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 #271A7B is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 39 26 123 -
CMYK 0.68 0.79 0 0.52
HSL 248.04º 0.65% 0.29% -
HSV(B) 248.04º 0.79% 0.48% -
XYZ 4.78 2.6 18.99 -
YUV 40.95 174.31 126.61 -
System Red Green Blue C M Y K H S L
Decimal 39 26 123 0.68 0.79 0 0.52 248.04 0.65 0.29
Hex 27 1A 7B 44 4F 0 34 F8 41 1D
Octal 47 32 173 104 117 0 64 370 101 35
Binary 100111 11010 1111011 1000100 1001111 0 110100 11111000 1000001 11101

Color Harmonies of #271A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271A7B

Black with #271A7B

Text Example


Text Example

White with #271A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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