Html Css Color HEX #26167D Persian Indigo

📋 copy color: '#26167D'

red 38 ◦ green 22 ◦ blue 125

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

Shades of Persian Indigo #26167D

Tints of Persian Indigo #26167D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.89%

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

R = 20.54%
G = 11.89%
B = 67.57%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#26167D (or 0x26167D) is known color: Persian Indigo. HEX triplet: 26, 16 and 7D. RGB value is (38,22,125). Sum of RGB (Red+Green+Blue) = 38+22+125=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #26167D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26167D is #D9E982. Grayscale: #262626. Windows color (decimal): -14281091 or 8197670. OLE color: 8197670.

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

Color convert

RGB 38 22 125 -
CMYK 0.70 0.82 0 0.51
HSL 249.32º 0.7% 0.29% -
HSV(B) 249.32º 0.82% 0.49% -
XYZ 4.79 2.47 19.63 -
YUV 38.53 176.8 127.62 -
System Red Green Blue C M Y K H S L
Decimal 38 22 125 0.70 0.82 0 0.51 249.32 0.7 0.29
Hex 26 16 7D 46 52 0 33 F9 46 1D
Octal 46 26 175 106 122 0 63 371 106 35
Binary 100110 10110 1111101 1000110 1010010 0 110011 11111001 1000110 11101

Color Harmonies of #26167D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26167D

Black with #26167D

Text Example


Text Example

White with #26167D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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