Html Css Color HEX #2F238D Persian Indigo

📋 copy color: '#2F238D'

red 47 ◦ green 35 ◦ blue 141

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

Shades of Persian Indigo #2F238D

Tints of Persian Indigo #2F238D

RGB

 RED value IS 47 (18.75% from 255) = 21.08%

 GREEN value IS 35 (14.06% from 255) = 15.7%

 BLUE value IS 141 (55.47% from 255) = 63.23%

R = 21.08%
G = 15.7%
B = 63.23%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F238D (or 0x2F238D) is known color: Persian Indigo. HEX triplet: 2F, 23 and 8D. RGB value is (47,35,141). Sum of RGB (Red+Green+Blue) = 47+35+141=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F238D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F238D is #D0DC72. Grayscale: #323232. Windows color (decimal): -13687923 or 9249583. OLE color: 9249583.

HSL color Cylindrical-coordinate representation of color #2F238D: hue angle of 246.79º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F238D is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 35 141 -
CMYK 0.67 0.75 0 0.45
HSL 246.79º 0.6% 0.35% -
HSV(B) 246.79º 0.75% 0.55% -
XYZ 6.58 3.73 25.57 -
YUV 50.67 178.98 125.38 -
System Red Green Blue C M Y K H S L
Decimal 47 35 141 0.67 0.75 0 0.45 246.79 0.6 0.35
Hex 2F 23 8D 43 4B 0 2D F7 3C 23
Octal 57 43 215 103 113 0 55 367 74 43
Binary 101111 100011 10001101 1000011 1001011 0 101101 11110111 111100 100011

Color Harmonies of #2F238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F238D

Black with #2F238D

Text Example


Text Example

White with #2F238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F238D; }

 p { color: rgb(47,35,141); }

 H1.HeaderClassName
 {
   color: #2F238D;
 }
 .AnyTagClassName
 {
   color: #2F238D;
 }
</style>

background-color css

<style>
 a { background-color: #2F238D; }

 a { background-color: rgb(47,35,141); }

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

border-color css

<style>
 span { border-color: #2F238D; }

 span { border-color: rgb(47,35,141); }

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