Html Css Color HEX #38026E Persian Indigo

📋 copy color: '#38026E'

red 56 ◦ green 2 ◦ blue 110

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

Shades of Persian Indigo #38026E

Tints of Persian Indigo #38026E

RGB

 RED value IS 56 (22.27% from 255) = 33.33%

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

 BLUE value IS 110 (43.36% from 255) = 65.48%

R = 33.33%
G = 1.19%
B = 65.48%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38026E (or 0x38026E) is known color: Persian Indigo. HEX triplet: 38, 02 and 6E. RGB value is (56,2,110). Sum of RGB (Red+Green+Blue) = 56+2+110=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 110 (43.36% from 255 or 65.48% from 168); Max value from RGB is 110 - color contains mainly: blue. Hex color #38026E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38026E is #C7FD91. Grayscale: #1E1E1E. Windows color (decimal): -13106578 or 7209528. OLE color: 7209528.

HSL color Cylindrical-coordinate representation of color #38026E: hue angle of 270º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38026E is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 2 110 -
CMYK 0.49 0.98 0 0.57
HSL 270º 0.96% 0.22% -
HSV(B) 270º 0.98% 0.43% -
XYZ 4.47 2.01 14.9 -
YUV 30.46 172.89 146.22 -
System Red Green Blue C M Y K H S L
Decimal 56 2 110 0.49 0.98 0 0.57 270 0.96 0.22
Hex 38 2 6E 31 62 0 39 10E 60 16
Octal 70 2 156 61 142 0 71 416 140 26
Binary 111000 10 1101110 110001 1100010 0 111001 100001110 1100000 10110

Color Harmonies of #38026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38026E

Black with #38026E

Text Example


Text Example

White with #38026E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,2,110); }

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

background-color css

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

 a { background-color: rgb(56,2,110); }

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

border-color css

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

 span { border-color: rgb(56,2,110); }

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