Html Css Color HEX #26035E Persian Indigo

📋 copy color: '#26035E'

red 38 ◦ green 3 ◦ blue 94

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

Shades of Persian Indigo #26035E

Tints of Persian Indigo #26035E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.22%

 BLUE value IS 94 (37.11% from 255) = 69.63%

R = 28.15%
G = 2.22%
B = 69.63%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#26035E (or 0x26035E) is known color: Persian Indigo. HEX triplet: 26, 03 and 5E. RGB value is (38,3,94). Sum of RGB (Red+Green+Blue) = 38+3+94=135 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.15% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 94 (37.11% from 255 or 69.63% from 135); Max value from RGB is 94 - color contains mainly: blue. Hex color #26035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26035E is #D9FCA1. Grayscale: #171717. Windows color (decimal): -14285986 or 6161190. OLE color: 6161190.

HSL color Cylindrical-coordinate representation of color #26035E: hue angle of 263.08º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #26035E is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 38 3 94 -
CMYK 0.60 0.97 0 0.63
HSL 263.08º 0.94% 0.19% -
HSV(B) 263.08º 0.97% 0.37% -
XYZ 2.85 1.29 10.69 -
YUV 23.84 167.6 138.1 -
System Red Green Blue C M Y K H S L
Decimal 38 3 94 0.60 0.97 0 0.63 263.08 0.94 0.19
Hex 26 3 5E 3C 61 0 3F 107 5E 13
Octal 46 3 136 74 141 0 77 407 136 23
Binary 100110 11 1011110 111100 1100001 0 111111 100000111 1011110 10011

Color Harmonies of #26035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26035E

Black with #26035E

Text Example


Text Example

White with #26035E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26035E; }

 p { color: rgb(38,3,94); }

 H1.HeaderClassName
 {
   color: #26035E;
 }
 .AnyTagClassName
 {
   color: #26035E;
 }
</style>

background-color css

<style>
 a { background-color: #26035E; }

 a { background-color: rgb(38,3,94); }

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

border-color css

<style>
 span { border-color: #26035E; }

 span { border-color: rgb(38,3,94); }

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