Html Css Color HEX #26007D Persian Indigo

📋 copy color: '#26007D'

red 38 ◦ green 0 ◦ blue 125

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

Shades of Persian Indigo #26007D

Tints of Persian Indigo #26007D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 23.31%
G = 0%
B = 76.69%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#26007D (or 0x26007D) is known color: Persian Indigo. HEX triplet: 26, 00 and 7D. RGB value is (38,0,125). Sum of RGB (Red+Green+Blue) = 38+0+125=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 125 (49.22% from 255 or 76.69% from 163); Max value from RGB is 125 - color contains mainly: blue. Hex color #26007D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26007D is #D9FF82. Grayscale: #191919. Windows color (decimal): -14286723 or 8192038. OLE color: 8192038.

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

Color convert

RGB 38 0 125 -
CMYK 0.70 1 0 0.51
HSL 258.24º 1% 0.25% -
HSV(B) 258.24º 1% 0.49% -
XYZ 4.5 1.89 19.53 -
YUV 25.61 184.09 136.84 -
System Red Green Blue C M Y K H S L
Decimal 38 0 125 0.70 1 0 0.51 258.24 1 0.25
Hex 26 0 7D 46 64 0 33 102 64 19
Octal 46 0 175 106 144 0 63 402 144 31
Binary 100110 0 1111101 1000110 1100100 0 110011 100000010 1100100 11001

Color Harmonies of #26007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26007D

Black with #26007D

Text Example


Text Example

White with #26007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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