Html Css Color HEX #26028A Persian Indigo

📋 copy color: '#26028A'

red 38 ◦ green 2 ◦ blue 138

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

Shades of Persian Indigo #26028A

Tints of Persian Indigo #26028A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

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

R = 21.35%
G = 1.12%
B = 77.53%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#26028A (or 0x26028A) is known color: Persian Indigo. HEX triplet: 26, 02 and 8A. RGB value is (38,2,138). Sum of RGB (Red+Green+Blue) = 38+2+138=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 138 (54.30% from 255 or 77.53% from 178); Max value from RGB is 138 - color contains mainly: blue. Hex color #26028A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26028A is #D9FD75. Grayscale: #1B1B1B. Windows color (decimal): -14286198 or 9044518. OLE color: 9044518.

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

Color convert

RGB 38 2 138 -
CMYK 0.72 0.99 0 0.46
HSL 255.88º 0.97% 0.27% -
HSV(B) 255.88º 0.99% 0.54% -
XYZ 5.41 2.29 24.2 -
YUV 28.27 189.93 134.94 -
System Red Green Blue C M Y K H S L
Decimal 38 2 138 0.72 0.99 0 0.46 255.88 0.97 0.27
Hex 26 2 8A 48 63 0 2E 100 61 1B
Octal 46 2 212 110 143 0 56 400 141 33
Binary 100110 10 10001010 1001000 1100011 0 101110 100000000 1100001 11011

Color Harmonies of #26028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26028A

Black with #26028A

Text Example


Text Example

White with #26028A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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