Html Css Color HEX #26127B Persian Indigo

📋 copy color: '#26127B'

red 38 ◦ green 18 ◦ blue 123

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

Shades of Persian Indigo #26127B

Tints of Persian Indigo #26127B

RGB

 RED value IS 38 (15.23% from 255) = 21.23%

 GREEN value IS 18 (7.42% from 255) = 10.06%

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

R = 21.23%
G = 10.06%
B = 68.72%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#26127B (or 0x26127B) is known color: Persian Indigo. HEX triplet: 26, 12 and 7B. RGB value is (38,18,123). Sum of RGB (Red+Green+Blue) = 38+18+123=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 123 (48.44% from 255 or 68.72% from 179); Max value from RGB is 123 - color contains mainly: blue. Hex color #26127B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26127B is #D9ED84. Grayscale: #232323. Windows color (decimal): -14282117 or 8065574. OLE color: 8065574.

HSL color Cylindrical-coordinate representation of color #26127B: hue angle of 251.43º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26127B is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 38 18 123 -
CMYK 0.69 0.85 0 0.52
HSL 251.43º 0.74% 0.28% -
HSV(B) 251.43º 0.85% 0.48% -
XYZ 4.59 2.27 18.94 -
YUV 35.95 177.13 129.46 -
System Red Green Blue C M Y K H S L
Decimal 38 18 123 0.69 0.85 0 0.52 251.43 0.74 0.28
Hex 26 12 7B 45 55 0 34 FB 4A 1C
Octal 46 22 173 105 125 0 64 373 112 34
Binary 100110 10010 1111011 1000101 1010101 0 110100 11111011 1001010 11100

Color Harmonies of #26127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26127B

Black with #26127B

Text Example


Text Example

White with #26127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26127B; }

 p { color: rgb(38,18,123); }

 H1.HeaderClassName
 {
   color: #26127B;
 }
 .AnyTagClassName
 {
   color: #26127B;
 }
</style>

background-color css

<style>
 a { background-color: #26127B; }

 a { background-color: rgb(38,18,123); }

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

border-color css

<style>
 span { border-color: #26127B; }

 span { border-color: rgb(38,18,123); }

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