Html Css Color HEX #230C7D Persian Indigo

📋 copy color: '#230C7D'

red 35 ◦ green 12 ◦ blue 125

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

Shades of Persian Indigo #230C7D

Tints of Persian Indigo #230C7D

RGB

 RED value IS 35 (14.06% from 255) = 20.35%

 GREEN value IS 12 (5.08% from 255) = 6.98%

 BLUE value IS 125 (49.22% from 255) = 72.67%

R = 20.35%
G = 6.98%
B = 72.67%

CMYK

 C value IS 0.72

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#230C7D (or 0x230C7D) is known color: Persian Indigo. HEX triplet: 23, 0C and 7D. RGB value is (35,12,125). Sum of RGB (Red+Green+Blue) = 35+12+125=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 125 (49.22% from 255 or 72.67% from 172); Max value from RGB is 125 - color contains mainly: blue. Hex color #230C7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230C7D is #DCF382. Grayscale: #1F1F1F. Windows color (decimal): -14480259 or 8195107. OLE color: 8195107.

HSL color Cylindrical-coordinate representation of color #230C7D: hue angle of 252.21º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #230C7D is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 35 12 125 -
CMYK 0.72 0.90 0 0.51
HSL 252.21º 0.82% 0.27% -
HSV(B) 252.21º 0.9% 0.49% -
XYZ 4.53 2.1 19.57 -
YUV 31.76 180.62 130.31 -
System Red Green Blue C M Y K H S L
Decimal 35 12 125 0.72 0.90 0 0.51 252.21 0.82 0.27
Hex 23 C 7D 48 5A 0 33 FC 52 1B
Octal 43 14 175 110 132 0 63 374 122 33
Binary 100011 1100 1111101 1001000 1011010 0 110011 11111100 1010010 11011

Color Harmonies of #230C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C7D

Black with #230C7D

Text Example


Text Example

White with #230C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230C7D; }

 p { color: rgb(35,12,125); }

 H1.HeaderClassName
 {
   color: #230C7D;
 }
 .AnyTagClassName
 {
   color: #230C7D;
 }
</style>

background-color css

<style>
 a { background-color: #230C7D; }

 a { background-color: rgb(35,12,125); }

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

border-color css

<style>
 span { border-color: #230C7D; }

 span { border-color: rgb(35,12,125); }

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