Html Css Color HEX #26008A Persian Indigo

📋 copy color: '#26008A'

red 38 ◦ green 0 ◦ blue 138

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

Shades of Persian Indigo #26008A

Tints of Persian Indigo #26008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 78.41%

R = 21.59%
G = 0%
B = 78.41%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#26008A (or 0x26008A) is known color: Persian Indigo. HEX triplet: 26, 00 and 8A. RGB value is (38,0,138). Sum of RGB (Red+Green+Blue) = 38+0+138=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 138 (54.30% from 255 or 78.41% from 176); Max value from RGB is 138 - color contains mainly: blue. Hex color #26008A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26008A is #D9FF75. Grayscale: #1A1A1A. Windows color (decimal): -14286710 or 9044006. OLE color: 9044006.

HSL color Cylindrical-coordinate representation of color #26008A: hue angle of 256.52º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26008A is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 0 138 -
CMYK 0.72 1 0 0.46
HSL 256.52º 1% 0.27% -
HSV(B) 256.52º 1% 0.54% -
XYZ 5.39 2.25 24.19 -
YUV 27.09 190.59 135.78 -
System Red Green Blue C M Y K H S L
Decimal 38 0 138 0.72 1 0 0.46 256.52 1 0.27
Hex 26 0 8A 48 64 0 2E 101 64 1B
Octal 46 0 212 110 144 0 56 401 144 33
Binary 100110 0 10001010 1001000 1100100 0 101110 100000001 1100100 11011

Color Harmonies of #26008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26008A

Black with #26008A

Text Example


Text Example

White with #26008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26008A; }

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

 H1.HeaderClassName
 {
   color: #26008A;
 }
 .AnyTagClassName
 {
   color: #26008A;
 }
</style>

background-color css

<style>
 a { background-color: #26008A; }

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

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

border-color css

<style>
 span { border-color: #26008A; }

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

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