Html Css Color HEX #2F238A Persian Indigo

📋 copy color: '#2F238A'

red 47 ◦ green 35 ◦ blue 138

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

Shades of Persian Indigo #2F238A

Tints of Persian Indigo #2F238A

RGB

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

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

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

R = 21.36%
G = 15.91%
B = 62.73%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2F238A (or 0x2F238A) is known color: Persian Indigo. HEX triplet: 2F, 23 and 8A. RGB value is (47,35,138). Sum of RGB (Red+Green+Blue) = 47+35+138=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F238A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F238A is #D0DC75. Grayscale: #313131. Windows color (decimal): -13687926 or 9052975. OLE color: 9052975.

HSL color Cylindrical-coordinate representation of color #2F238A: hue angle of 246.99º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F238A is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 35 138 -
CMYK 0.66 0.75 0 0.46
HSL 246.99º 0.6% 0.34% -
HSV(B) 246.99º 0.75% 0.54% -
XYZ 6.36 3.64 24.41 -
YUV 50.33 177.48 125.62 -
System Red Green Blue C M Y K H S L
Decimal 47 35 138 0.66 0.75 0 0.46 246.99 0.6 0.34
Hex 2F 23 8A 42 4B 0 2E F7 3C 22
Octal 57 43 212 102 113 0 56 367 74 42
Binary 101111 100011 10001010 1000010 1001011 0 101110 11110111 111100 100010

Color Harmonies of #2F238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F238A

Black with #2F238A

Text Example


Text Example

White with #2F238A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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