Html Css Color HEX #26147D Persian Indigo

📋 copy color: '#26147D'

red 38 ◦ green 20 ◦ blue 125

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

Shades of Persian Indigo #26147D

Tints of Persian Indigo #26147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.93%

 BLUE value IS 125 (49.22% from 255) = 68.31%

R = 20.77%
G = 10.93%
B = 68.31%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#26147D (or 0x26147D) is known color: Persian Indigo. HEX triplet: 26, 14 and 7D. RGB value is (38,20,125). Sum of RGB (Red+Green+Blue) = 38+20+125=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 125 (49.22% from 255 or 68.31% from 183); Max value from RGB is 125 - color contains mainly: blue. Hex color #26147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26147D is #D9EB82. Grayscale: #242424. Windows color (decimal): -14281603 or 8197158. OLE color: 8197158.

HSL color Cylindrical-coordinate representation of color #26147D: hue angle of 250.29º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26147D is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 20 125 -
CMYK 0.70 0.84 0 0.51
HSL 250.29º 0.72% 0.28% -
HSV(B) 250.29º 0.84% 0.49% -
XYZ 4.75 2.39 19.61 -
YUV 37.35 177.46 128.46 -
System Red Green Blue C M Y K H S L
Decimal 38 20 125 0.70 0.84 0 0.51 250.29 0.72 0.28
Hex 26 14 7D 46 54 0 33 FA 48 1C
Octal 46 24 175 106 124 0 63 372 110 34
Binary 100110 10100 1111101 1000110 1010100 0 110011 11111010 1001000 11100

Color Harmonies of #26147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26147D

Black with #26147D

Text Example


Text Example

White with #26147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26147D; }

 p { color: rgb(38,20,125); }

 H1.HeaderClassName
 {
   color: #26147D;
 }
 .AnyTagClassName
 {
   color: #26147D;
 }
</style>

background-color css

<style>
 a { background-color: #26147D; }

 a { background-color: rgb(38,20,125); }

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

border-color css

<style>
 span { border-color: #26147D; }

 span { border-color: rgb(38,20,125); }

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